.pm-gyg,
.pm-gyg *,
.pm-gyg *::before,
.pm-gyg *::after {
    box-sizing: border-box;
}

.pm-gyg {
    position: relative;
    margin: 2rem 0;
    color: #1d2327;
}

.pm-gyg--activities,
.pm-gyg--availability {
    padding: 1rem;
    border: 1px solid #c3c4c7;
    border-radius: 12px;
    background: #fff;
}

.pm-gyg--city {
    background: #fff;
    isolation: isolate;
}

.pm-gyg__title {
    margin: 0 0 .4rem;
    font-size: 1.25rem;
    line-height: 1.3;
}

.pm-gyg__note,
.pm-gyg__context {
    color: #50575e;
}

.pm-gyg__note {
    margin: 0 0 .9rem;
    font-size: .95rem;
    line-height: 1.55;
}

.pm-gyg__context {
    margin: .75rem 0;
    font-size: .9rem;
    line-height: 1.55;
}

.pm-gyg__widget {
    position: relative;
    width: 100%;
    min-height: 90px;
}

.pm-gyg--city .pm-gyg__widget {
    background: #f0f0f1;
    contain: layout paint;
}

.pm-gyg--city[aria-busy="true"] .pm-gyg__widget {
    min-height: 420px;
}

.pm-gyg--city.pm-gyg--widget-ready .pm-gyg__widget,
.pm-gyg--city.pm-gyg--widget-empty .pm-gyg__widget {
    min-height: 0;
    background: transparent;
}

.pm-gyg--city .pm-gyg__widget > iframe,
.pm-gyg--city .pm-gyg__widget iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 0;
}

.pm-gyg[data-pm-gyg-lazy="1"][aria-busy="true"] .pm-gyg__widget::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    border-radius: inherit;
    background: linear-gradient(110deg, #f0f0f1 8%, #f6f7f7 18%, #f0f0f1 33%);
    background-size: 200% 100%;
    animation: pm-gyg-placeholder 1.6s linear infinite;
}

.pm-gyg--widget-ready .pm-gyg__widget::before,
.pm-gyg--widget-empty .pm-gyg__widget::before {
    display: none;
}

.pm-gyg__fallback,
.pm-gyg__noscript {
    margin: .9rem 0 0;
}

.pm-gyg__button {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: .65rem .95rem;
    border: 1px solid #646970;
    border-radius: 999px;
    background: #fff;
    color: #1d2327;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
}

.pm-gyg__button:hover {
    border-color: #1d2327;
    color: #1d2327;
    text-decoration: underline;
    text-decoration-thickness: .1em;
    text-underline-offset: .18em;
}

.pm-gyg__button:focus-visible {
    outline: 3px solid #2271b1;
    outline-offset: 3px;
}

.pm-gyg__debug {
    max-height: 420px;
    margin-top: 1rem;
    padding: .75rem;
    overflow: auto;
    border-radius: 8px;
    background: #111;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

.pm-gyg[data-pm-gyg-fallback="auto"] .pm-gyg__fallback,
.pm-gyg[data-pm-gyg-fallback="off"] .pm-gyg__fallback,
.pm-gyg--city .pm-gyg__fallback {
    display: none;
}

.pm-gyg--widget-empty[data-pm-gyg-fallback="auto"] .pm-gyg__fallback,
.pm-gyg--widget-empty.pm-gyg--city .pm-gyg__fallback {
    display: block;
}

.pm-gyg-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@keyframes pm-gyg-placeholder {
    to { background-position-x: -200%; }
}

@media (max-width: 600px) {
    .pm-gyg--city[aria-busy="true"] .pm-gyg__widget {
        min-height: 380px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pm-gyg[data-pm-gyg-lazy="1"][aria-busy="true"] .pm-gyg__widget::before {
        animation: none;
    }
}
