/* _content/PameKarysto.Web/Components/Layout/FerryScheduleWidget.razor.rz.scp.css */
.pk-ferry[b-gxjrkeflzr] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    box-sizing: border-box;
}

.pk-ferry-current[b-gxjrkeflzr],
.pk-ferry-forecast[b-gxjrkeflzr],
.pk-ferry-day[b-gxjrkeflzr],
.pk-ferry-empty[b-gxjrkeflzr] {
    box-sizing: border-box;
}

.pk-ferry-current[b-gxjrkeflzr] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    width: 100%;
    min-width: 0;
}

.pk-ferry-title[b-gxjrkeflzr] {
    font-size: 18px;
    font-weight: 800;
}

.pk-ferry-current-right[b-gxjrkeflzr] {
    width: 260px;
}

/* Match weather forecast grid behavior */
.pk-ferry-forecast[b-gxjrkeflzr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
    width: 100%;
}

.pk-ferry-day[b-gxjrkeflzr] {
    padding: 10px 8px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    min-width: 0;
}

.pk-ferry-day-name[b-gxjrkeflzr] {
    font-weight: 800;
    font-size: 0.95rem;
    opacity: 0.9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Ferry-specific: many rows possible, keep box same feel */
.pk-ferry-day-body[b-gxjrkeflzr] {
    width: 100%;
    flex: 1 1 auto;
    overflow: auto;
    padding-right: 4px;
}

.pk-ferry-table[b-gxjrkeflzr] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    text-align: left;
}

    .pk-ferry-table tr + tr td[b-gxjrkeflzr] {
        padding-top: 6px;
    }

.pk-ferry-port[b-gxjrkeflzr] {
    white-space: nowrap;
    padding-right: 10px;
}

.pk-ferry-time[b-gxjrkeflzr] {
    text-align: right;
    white-space: nowrap;
}

/* Footer: same behavior as weather */
.pk-ferry-footer[b-gxjrkeflzr] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    opacity: 0.8;
    padding: 0 2px;
    flex-wrap: wrap;
}

.pk-ferry-footer-updated[b-gxjrkeflzr] {
    white-space: nowrap;
}

.pk-ferry-footer-disclaimer[b-gxjrkeflzr] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-style: italic;
}

@media (max-width: 520px) {
    .pk-ferry-footer[b-gxjrkeflzr] {
        gap: 6px;
    }

    .pk-ferry-footer-disclaimer[b-gxjrkeflzr] {
        white-space: normal;
    }
}

.pk-ferry-empty[b-gxjrkeflzr] {
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px dashed rgba(0,0,0,0.25);
    opacity: 0.85;
}

/* Phone layout: mirror weather's header stacking */
@media (max-width: 600px) {
    .pk-ferry-current[b-gxjrkeflzr] {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .pk-ferry-current-right[b-gxjrkeflzr] {
        width: 100%;
    }
}

/* Very small phones: mirror weather grid tightening */
@media (max-width: 420px) {
    .pk-ferry-forecast[b-gxjrkeflzr] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 8px;
    }

    .pk-ferry-day[b-gxjrkeflzr] {
        padding: 10px 6px;
    }

    .pk-ferry-day-name[b-gxjrkeflzr] {
        font-size: 0.9rem;
    }

    .pk-ferry-table[b-gxjrkeflzr] {
        font-size: 0.88rem;
    }
}
/* _content/PameKarysto.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-u7x64y0dgu] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-u7x64y0dgu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PameKarysto.Web/Components/Layout/TopBar.razor.rz.scp.css */
.pk-appbar[b-zq2pi3q1wc] {
    padding-left: 16px;
    padding-right: 16px;
}

.pk-brand[b-zq2pi3q1wc] {
    cursor: pointer;
    user-select: none;
}

.pk-flag[b-zq2pi3q1wc] {
    font-family: "Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-right: 8px;
}

.pk-flag-fi[b-zq2pi3q1wc] {
    width: 18px;
    height: 14px;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.pk-lang-text[b-zq2pi3q1wc] {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.pk-lang-btn[b-zq2pi3q1wc] {
    text-transform: none;
    font-size: 0.95rem;
}

.pk-lang-text[b-zq2pi3q1wc] {
    text-transform: none;
    letter-spacing: normal;
    font-variant: normal;
}

/* Make dropdown items match the activator text size */
:global(.pk-appbar .mud-menu .mud-list-item-text)[b-zq2pi3q1wc],
:global(.pk-appbar .mud-menu .mud-typography)[b-zq2pi3q1wc] {
    font-size: inherit;
}

/* Ensure the clickable row doesn’t bump the font size */
:global(.pk-appbar .mud-menu .mud-list-item)[b-zq2pi3q1wc] {
    font-size: inherit;
}
/* _content/PameKarysto.Web/Components/Layout/WeatherWidget.razor.rz.scp.css */
.pk-weather[b-eng0mzofk3] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    box-sizing: border-box;
}

.pk-weather-current[b-eng0mzofk3],
.pk-weather-forecast[b-eng0mzofk3],
.pk-weather-day[b-eng0mzofk3],
.pk-weather-empty[b-eng0mzofk3] {
    box-sizing: border-box;
}

.pk-weather-current[b-eng0mzofk3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    width: 100%;
    min-width: 0;
}

.pk-weather-title[b-eng0mzofk3] {
    font-size: 18px;
    font-weight: 800;
}

.pk-title-short[b-eng0mzofk3] {
    display: none;
}

/* Footer: disclaimer next to updated time (not right-aligned) */
.pk-weather-footer[b-eng0mzofk3] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    opacity: 0.8;
    padding: 0 2px;
    flex-wrap: wrap;
}

.pk-weather-footer-updated[b-eng0mzofk3] {
    white-space: nowrap;
}

.pk-weather-footer-disclaimer[b-eng0mzofk3] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-style: italic;
}

@media (max-width: 520px) {
    .pk-weather-footer[b-eng0mzofk3] {
        gap: 6px;
    }

    .pk-weather-footer-disclaimer[b-eng0mzofk3] {
        white-space: normal;
    }
}

.pk-weather-current-details[b-eng0mzofk3] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 10px;
}

.pk-weather-kv[b-eng0mzofk3] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    opacity: 0.9;
}

    .pk-weather-kv strong[b-eng0mzofk3] {
        font-weight: 800;
        opacity: 1;
    }

.pk-weather-mini-icon[b-eng0mzofk3] {
    font-size: 16px;
    opacity: 0.85;
}

.pk-weather-current-main[b-eng0mzofk3] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.pk-weather-icon-current[b-eng0mzofk3] {
    font-size: 54px;
    line-height: 1;
}

.pk-weather-current-temp[b-eng0mzofk3] {
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
}

/* Responsive grid without brittle breakpoints */
.pk-weather-forecast[b-eng0mzofk3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
    width: 100%;
}

.pk-weather-day[b-eng0mzofk3] {
    padding: 10px 8px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    min-width: 0;
}

.pk-weather-day-name[b-eng0mzofk3] {
    font-weight: 800;
    font-size: 0.95rem;
    opacity: 0.9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.pk-weather-icon-day[b-eng0mzofk3] {
    font-size: 28px;
    line-height: 1;
}

.pk-weather-day-temps[b-eng0mzofk3] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .pk-weather-day-temps .pk-weather-max[b-eng0mzofk3] {
        font-weight: 650;
        font-size: 0.88rem;
        line-height: 1.15;
    }

    .pk-weather-day-temps .pk-weather-min[b-eng0mzofk3] {
        font-weight: 400;
        font-size: 0.82rem;
        opacity: 0.7;
        line-height: 1.15;
    }

.pk-weather-day-sub[b-eng0mzofk3] {
    min-height: 22px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pk-weather-placeholder[b-eng0mzofk3] {
    visibility: hidden;
}

.pk-wind-short[b-eng0mzofk3] {
    display: none;
}

.pk-weather-empty[b-eng0mzofk3] {
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px dashed rgba(0,0,0,0.25);
    opacity: 0.85;
}

/* Icon colors (Weather Icons inherit text color) */
.pk-wc-sun[b-eng0mzofk3] {
    color: #f5b301;
}

.pk-wc-cloud[b-eng0mzofk3] {
    color: #6b7280;
}

.pk-wc-rain[b-eng0mzofk3] {
    color: #2563eb;
}

.pk-wc-snow[b-eng0mzofk3] {
    color: #0ea5e9;
}

.pk-wc-storm[b-eng0mzofk3] {
    color: #7c3aed;
}

.pk-wc-fog[b-eng0mzofk3] {
    color: #64748b;
}

/* Emphasize very strong Beaufort icons slightly */
.pk-weather-day-sub .wi-wind-beaufort-8[b-eng0mzofk3],
.pk-weather-day-sub .wi-wind-beaufort-9[b-eng0mzofk3],
.pk-weather-day-sub .wi-wind-beaufort-10[b-eng0mzofk3],
.pk-weather-day-sub .wi-wind-beaufort-11[b-eng0mzofk3],
.pk-weather-day-sub .wi-wind-beaufort-12[b-eng0mzofk3] {
    transform: scale(1.12);
}

/* Phone layout: stack current panel + tighten typography */
@media (max-width: 600px) {
    .pk-weather-current[b-eng0mzofk3] {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .pk-weather-current-main[b-eng0mzofk3] {
        justify-content: flex-start;
    }

    .pk-weather-icon-current[b-eng0mzofk3] {
        font-size: 46px;
    }

    .pk-weather-current-temp[b-eng0mzofk3] {
        font-size: 38px;
    }

    .pk-wind-long[b-eng0mzofk3] {
        display: none;
    }

    .pk-wind-short[b-eng0mzofk3] {
        display: inline;
    }

    .pk-title-long[b-eng0mzofk3] {
        display: none;
    }

    .pk-title-short[b-eng0mzofk3] {
        display: inline;
    }
}

/* Very small phones: slightly smaller forecast cards */
@media (max-width: 420px) {
    .pk-weather-forecast[b-eng0mzofk3] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 8px;
    }

    .pk-weather-day[b-eng0mzofk3] {
        padding: 10px 6px;
    }

    .pk-weather-day-name[b-eng0mzofk3] {
        font-size: 0.9rem;
    }

    .pk-weather-icon-day[b-eng0mzofk3] {
        font-size: 26px;
    }

    .pk-weather-day-sub[b-eng0mzofk3] {
        font-size: 0.9rem;
    }
}
/* _content/PameKarysto.Web/Components/Pages/Contact.razor.rz.scp.css */
.pk-contact-page[b-13m1s45ubx] {
    position: relative;
    min-height: 50vh;
    font-size: 0.95rem;
    /* Also override Mud typography vars within this page */
    --mud-typography-body1-size: 0.95rem;
    --mud-typography-body2-size: 0.95rem;
    --mud-typography-subtitle2-size: 0.95rem;
}

    /* Force MudTextField label + input + helper/error text to match */
    .pk-contact-page[b-13m1s45ubx]  .mud-input-label,
    .pk-contact-page[b-13m1s45ubx]  .mud-input-slot,
    .pk-contact-page[b-13m1s45ubx]  .mud-input-slot input,
    .pk-contact-page[b-13m1s45ubx]  .mud-input-slot textarea,
    .pk-contact-page[b-13m1s45ubx]  .mud-input-helper-text,
    .pk-contact-page[b-13m1s45ubx]  .mud-input-error,
    .pk-contact-page[b-13m1s45ubx]  .mud-typography {
        font-size: 0.95rem !important;
    }

    /* Keep this page “no caps” only (inputs + labels + button label) */
    .pk-contact-page[b-13m1s45ubx]  .mud-input-label,
    .pk-contact-page[b-13m1s45ubx]  .mud-input-slot,
    .pk-contact-page[b-13m1s45ubx]  input,
    .pk-contact-page[b-13m1s45ubx]  textarea,
    .pk-contact-page[b-13m1s45ubx]  .mud-button-label {
        text-transform: none !important;
        letter-spacing: normal !important;
    }

/* Note sits above button and is part of the form */
.pk-contact-required-note[b-13m1s45ubx],
.pk-contact-required-note[b-13m1s45ubx]  * {
    opacity: 0.85;
    font-style: italic !important;
}

/* Card */
.pk-contact-card[b-13m1s45ubx] {
    max-width: 760px;
    margin: 24px auto;
    padding: 16px;
}

.pk-contact-actions[b-13m1s45ubx] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 8px;
}

/* Button: not full width, gradient */
.pk-contact-send[b-13m1s45ubx] {
    align-self: flex-start;
    min-width: 180px;
}

    .pk-contact-send.mud-button-filled[b-13m1s45ubx] {
        background: linear-gradient(90deg, #062a4a 0%, #0b4f7a 45%, #1183b6 100%) !important;
        color: #ffffff !important;
    }

/* Fade out the form wrapper */
.pk-contact-form[b-13m1s45ubx] {
    opacity: 1;
    transition: opacity 250ms ease;
}

    .pk-contact-form.pk-fade-out[b-13m1s45ubx] {
        opacity: 0;
        pointer-events: none;
    }

/* Thank-you centered */
.pk-contact-thanks[b-13m1s45ubx] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pk-contact-thanks.pk-show[b-13m1s45ubx] {
        opacity: 1;
    }

@media (min-width: 600px) {
    .pk-contact-card[b-13m1s45ubx] {
        padding: 20px;
    }

    .pk-contact-send[b-13m1s45ubx] {
        min-width: 220px;
    }
}
