.pf-app {
    max-width: 1180px;
    margin: 0 auto 40px;
    font-family: Arial, Helvetica, sans-serif;
}

.pf-hero {
    background: linear-gradient(135deg, #075985, #0284c7 55%, #22d3ee);
    color: #fff;
    border-radius: 18px;
    padding: 34px 26px;
    margin: 18px 0;
    box-shadow: 0 12px 35px rgba(2, 132, 199, .25);
}

.pf-hero h1 {
    color: #fff;
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.15;
}

.pf-hero p {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 18px;
}

.pf-kicker {
    display: inline-block;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.28);
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 12px;
    font-weight: bold;
}

.pf-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.pf-btn {
    border: 0;
    background: #fff;
    color: #075985;
    padding: 11px 16px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.pf-btn-primary {
    background: #facc15;
    color: #1f2937;
}

.pf-selected {
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.25);
    padding: 10px 12px;
    border-radius: 10px;
    display: inline-block;
}

.pf-map-wrap {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
}

.pf-map {
    width: 100%;
    height: 430px;
    border-radius: 12px;
    overflow: hidden;
}

.pf-map-help {
    padding: 10px 4px 0;
    color: #475569;
    font-size: 14px;
}

.pf-loading {
    margin: 18px 0;
    padding: 14px;
    border-radius: 12px;
    background: #eff6ff;
    color: #075985;
    font-weight: bold;
}

.pf-results {
    margin-top: 20px;
}

.pf-summary {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 16px;
}

.pf-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pf-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}

.pf-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.pf-score {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    padding: 7px 10px;
    border-radius: 999px;
    margin-bottom: 12px;
    background: #f1f5f9;
}

.pf-rating-excellent,
.pf-rating-verygood {
    background: #dcfce7;
    color: #166534;
}

.pf-rating-good {
    background: #e0f2fe;
    color: #075985;
}

.pf-rating-medium {
    background: #fef9c3;
    color: #854d0e;
}

.pf-rating-low {
    background: #fee2e2;
    color: #991b1b;
}

.pf-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding: 8px 0;
    font-size: 14px;
}

.pf-row strong {
    color: #0f172a;
}

.pf-note {
    margin-top: 16px;
    padding: 12px;
    background: #ecfeff;
    border: 1px solid #a5f3fc;
    border-radius: 12px;
    color: #155e75;
    font-size: 14px;
}

.pf-error {
    background: #fee2e2;
    color: #991b1b;
    padding: 14px;
    border-radius: 12px;
    font-weight: bold;
}

.mod-pf {
    font-family: Arial, Helvetica, sans-serif;
}

.mod-pf-card {
    border-radius: 16px;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.mod-pf-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.mod-pf-card p {
    margin: 0 0 12px;
}

.mod-pf-hero {
    margin: 0;
    padding: 42px 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f172a, #0369a1 55%, #06b6d4);
    color: #fff;
    text-align: center;
}

.mod-pf-hero h2 {
    color: #fff;
    margin: 0 0 12px;
    font-size: 38px;
}

.mod-pf-hero p {
    max-width: 760px;
    margin: 0 auto 18px;
    font-size: 18px;
}

.mod-pf-link {
    display: inline-block;
    background: #facc15;
    color: #1f2937;
    padding: 11px 16px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 760px) {
    .pf-hero h1,
    .mod-pf-hero h2 {
        font-size: 27px;
    }

    .pf-cards {
        grid-template-columns: 1fr;
    }

    .pf-map {
        height: 360px;
    }
}

.pf-row-main {
    background: #f8fafc;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
}

.pf-row-main strong {
    color: #075985;
}

.pf-advice {
    margin: 8px 0 13px;
    padding: 10px 12px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    color: #14532d;
    font-size: 14px;
    line-height: 1.45;
}

.pf-range {
    margin: 14px 0 10px;
    padding: 12px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 12px;
}

.pf-range-fields,
.pf-range-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.pf-range-fields {
    margin-bottom: 8px;
}

.pf-range label {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.pf-range input[type="date"] {
    margin-left: 6px;
    border: 0;
    border-radius: 8px;
    padding: 8px 9px;
    color: #0f172a;
}

.pf-mini-btn {
    border: 0;
    background: rgba(255,255,255,.92);
    color: #075985;
    padding: 8px 11px;
    border-radius: 9px;
    font-weight: bold;
    cursor: pointer;
}

.pf-mini-btn-primary {
    background: #facc15;
    color: #1f2937;
}

@media (max-width: 760px) {
    .pf-range-fields,
    .pf-range-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pf-range input[type="date"],
    .pf-mini-btn {
        width: 100%;
        box-sizing: border-box;
    }
}


/* psarema.gr Solunar module redesign */
.mod-pf {
    font-family: Arial, Helvetica, sans-serif;
}

.mod-pf-hero2 {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    min-height: 270px;
    background: linear-gradient(135deg, #075985, #0284c7 48%, #22d3ee);
    color: #fff;
    box-shadow: 0 18px 45px rgba(2, 132, 199, .28);
}

.mod-pf-hero2-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(255,255,255,.18), transparent 26%),
        radial-gradient(circle at 88% 30%, rgba(255,255,255,.16), transparent 24%),
        linear-gradient(135deg, rgba(15,23,42,.25), transparent 60%);
    pointer-events: none;
}

.mod-pf-hero2-inner {
    position: relative;
    z-index: 1;
    padding: 42px 34px;
    max-width: 900px;
}

.mod-pf-hero2 h2 {
    color: #fff;
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
}

.mod-pf-hero2 p {
    color: rgba(255,255,255,.94);
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.55;
    max-width: 720px;
}

.mod-pf-badge {
    display: inline-block;
    margin-bottom: 13px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.30);
    color: #fff;
    font-weight: bold;
}

.mod-pf-badge-dark {
    background: #e0f2fe;
    color: #075985;
    border-color: #bae6fd;
}

.mod-pf-features {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 18px 0 22px;
}

.mod-pf-features span {
    display: inline-block;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.23);
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.mod-pf-cta,
.mod-pf-card-link {
    display: inline-block;
    background: #facc15;
    color: #1f2937 !important;
    padding: 12px 17px;
    border-radius: 11px;
    font-weight: bold;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.15);
}

.mod-pf-cta:hover,
.mod-pf-card-link:hover {
    text-decoration: none !important;
    filter: brightness(.98);
}

.mod-pf-sidecard {
    border-radius: 18px;
    padding: 18px;
    background: #fff;
    border: 1px solid #dbeafe;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
}

.mod-pf-sidecard h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.2;
}

.mod-pf-sidecard p {
    margin: 0 0 13px;
    color: #475569;
    line-height: 1.45;
}

.mod-pf-list {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.mod-pf-list li {
    position: relative;
    padding: 7px 0 7px 22px;
    border-top: 1px solid #f1f5f9;
    color: #334155;
    font-size: 14px;
}

.mod-pf-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #0284c7;
}

@media (max-width: 760px) {
    .mod-pf-hero2 {
        border-radius: 16px;
        min-height: 0;
    }

    .mod-pf-hero2-inner {
        padding: 30px 20px;
    }

    .mod-pf-hero2 h2 {
        font-size: 30px;
    }

    .mod-pf-hero2 p {
        font-size: 16px;
    }

    .mod-pf-features {
        gap: 7px;
    }
}

.mod-pf-preview-label {
    margin: 0 0 8px;
    color: #075985;
    font-weight: bold;
    font-size: 13px;
}

.mod-pf-hero2 .mod-pf-preview-label {
    color: rgba(255,255,255,.95);
}

.mod-pf-live-advice {
    margin-top: 9px;
    padding-top: 8px;
    border-top: 1px solid rgba(20,83,45,.16);
    font-size: 13px;
    line-height: 1.4;
}


/* compact flashy right Solunar module */
.mod-pf-sidecard {
    position: relative;
    overflow: hidden;
    padding: 16px 16px 14px;
    border-radius: 20px;
    border: 1px solid #cfe8ff;
    background:
        radial-gradient(circle at top right, rgba(34,211,238,.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 12px 30px rgba(2, 132, 199, .10);
}

.mod-pf-sidecard:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0284c7, #22d3ee, #facc15);
}

.mod-pf-sidecard h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.mod-pf-badge-dark {
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e0f2fe, #f0f9ff);
    color: #075985;
    border: 1px solid #bae6fd;
    font-size: 13px;
    font-weight: 800;
}

.mod-pf-sidecard p {
    margin: 0 0 12px;
    color: #475569;
    font-size: 14px;
    line-height: 1.45;
}

.mod-pf-preview-label {
    margin: 0 0 8px;
    color: #0369a1;
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
}

.mod-pf-live {
    margin-top: 8px;
}

.mod-pf-live-main {
    padding: 12px 12px 11px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fffb 0%, #eefbf4 100%);
    border: 1px solid #cfe9d8;
    color: #14532d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.mod-pf-live-score {
    display: inline-block;
    margin: 0 0 9px;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #dbeafe, #dcfce7);
    color: #075985;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(2,132,199,.10);
}

.mod-pf-live-date {
    font-size: 12px;
    font-weight: 800;
    color: #0369a1;
    margin-bottom: 6px;
}

.mod-pf-live-line {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.42;
    color: #1f2937;
}

.mod-pf-live-line strong {
    color: #0f172a;
}

.mod-pf-live-advice {
    margin-top: 10px;
    padding: 9px 10px;
    border-top: 0;
    border-radius: 10px;
    background: #ffffff;
    border: 1px dashed #bfdbfe;
    color: #334155;
    font-size: 12px;
    line-height: 1.45;
}

.mod-pf-actions {
    margin-top: 12px;
}

.mod-pf-card-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(90deg, #facc15, #fbbf24);
    color: #1f2937 !important;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(250,204,21,.22);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.mod-pf-card-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(250,204,21,.28);
    filter: brightness(1.01);
}

.mod-pf-live-next {
    margin-top: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.mod-pf-live-next-row {
    padding: 7px 10px;
    font-size: 12px;
}

.mod-pf-live-next-row strong {
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 760px) {
    .mod-pf-sidecard h3 {
        font-size: 17px;
    }

    .mod-pf-live-score {
        font-size: 17px;
    }
}


/* wow hero Rafina Solunar module */
.mod-pf-hero2 {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0%, rgba(34,211,238,.16), transparent 25%),
        linear-gradient(180deg, #fdfefe 0%, #f3fbff 100%);
    border: 1px solid #cfe8ff;
    box-shadow: 0 18px 40px rgba(2, 132, 199, .10);
}

.mod-pf-hero2:before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #0ea5e9, #22c55e, #facc15);
}

.mod-pf-hero2-inner {
    position: relative;
    padding: 16px 16px 16px;
}

.mod-pf-hero2 h2 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.12;
    color: #0f172a;
    font-weight: 800;
}

.mod-pf-hero2 p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
}

.mod-pf-hero-map-card {
    margin: 0 0 14px;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #dbeafe;
    box-shadow: 0 8px 20px rgba(15,23,42,.06);
}

.mod-pf-hero-map-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 9px;
    flex-wrap: wrap;
}

.mod-pf-hero-map-kicker {
    color: #0369a1;
    font-size: 13px;
    font-weight: 800;
}

.mod-pf-hero-map-pin {
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 5px 10px;
}

.mod-pf-hero-map-frame {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #cbd5e1;
    background: #e2e8f0;
    min-height: 245px;
}

.mod-pf-hero-map-frame iframe {
    width: 100%;
    height: 245px;
    border: 0;
    display: block;
}

.mod-pf-live-hero {
    margin-top: 0;
}

.mod-pf-hero-results-card {
    padding: 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, #f6fffb 0%, #eefcf6 100%);
    border: 1px solid #cce9d8;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.mod-pf-hero-headline-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.mod-pf-hero-score-badge {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #dbeafe, #dcfce7);
    color: #075985;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(2,132,199,.10);
}

.mod-pf-hero-wow {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.mod-pf-hero-advice {
    margin: 0 0 14px;
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
    padding: 12px 13px;
    border-radius: 14px;
    background: rgba(255,255,255,.85);
    border: 1px dashed #bfdbfe;
}

.mod-pf-hero-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.mod-pf-hero-pill {
    padding: 12px 12px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dbeafe;
    box-shadow: 0 4px 10px rgba(15,23,42,.05);
}

.mod-pf-hero-pill span {
    display: block;
    color: #0369a1;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
}

.mod-pf-hero-pill strong {
    display: block;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.35;
}

.mod-pf-hero-mini {
    padding-top: 6px;
    border-top: 1px solid #d9efe1;
}

.mod-pf-hero-mini-line {
    margin-top: 6px;
    color: #334155;
    font-size: 13px;
    line-height: 1.45;
}

.mod-pf-cta {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 800;
    background: linear-gradient(90deg, #facc15, #fbbf24);
    color: #1f2937 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 24px rgba(250,204,21,.20);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.mod-pf-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(250,204,21,.25);
    filter: brightness(1.01);
}

@media (max-width: 980px) {
    .mod-pf-hero-wow {
        font-size: 23px;
    }

    .mod-pf-hero-score-badge {
        font-size: 21px;
    }

    .mod-pf-hero-pills {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .mod-pf-hero2-inner {
        padding: 14px;
    }

    .mod-pf-hero-map-frame,
    .mod-pf-hero-map-frame iframe {
        min-height: 220px;
        height: 220px;
    }

    .mod-pf-hero-wow {
        font-size: 21px;
    }

    .mod-pf-hero-score-badge {
        font-size: 19px;
    }
}


/* premium wow Solunar hero polish */
.mod-pf-hero2 {
    isolation: isolate;
}

.mod-pf-hero2:after {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(14,165,233,.18), rgba(34,197,94,.08), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.mod-pf-hero2-inner {
    z-index: 1;
}

.mod-pf-hero-map-frame {
    position: relative;
}

.mod-pf-hero-map-frame:after {
    content: 'Ραφήνα • σημερινή ένδειξη';
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 3;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, .82);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(15,23,42,.22);
    backdrop-filter: blur(6px);
}

.mod-pf-hero-score-badge {
    color: #0f172a;
    border: 1px solid rgba(255,255,255,.7);
}

.mod-pf-score-excellent {
    background: linear-gradient(90deg, #bbf7d0, #86efac, #dcfce7);
    color: #14532d;
}

.mod-pf-score-verygood {
    background: linear-gradient(90deg, #dbeafe, #bfdbfe, #dcfce7);
    color: #075985;
}

.mod-pf-score-good {
    background: linear-gradient(90deg, #e0f2fe, #bae6fd, #f0f9ff);
    color: #075985;
}

.mod-pf-score-medium {
    background: linear-gradient(90deg, #fef3c7, #fde68a, #fff7ed);
    color: #92400e;
}

.mod-pf-score-low {
    background: linear-gradient(90deg, #fee2e2, #fecaca, #fff1f2);
    color: #991b1b;
}

.mod-pf-hero-wow {
    background: linear-gradient(90deg, #0f172a, #075985);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mod-pf-hero-pill {
    position: relative;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease;
}

.mod-pf-hero-pill:before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #0ea5e9, #22c55e);
}

.mod-pf-hero-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15,23,42,.08);
}

.mod-pf-hero-pill span b {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 14px;
    line-height: 1;
}

.mod-pf-hero-advice {
    position: relative;
    padding-left: 42px;
}

.mod-pf-hero-advice:before {
    content: '🎣';
    position: absolute;
    left: 12px;
    top: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod-pf-cta {
    position: relative;
    overflow: hidden;
}

.mod-pf-cta:after {
    content: '';
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
    transition: transform .55s ease;
}

.mod-pf-cta:hover:after {
    transform: translateX(120%);
}

@media (max-width: 760px) {
    .mod-pf-hero-map-frame:after {
        left: 10px;
        bottom: 10px;
        font-size: 12px;
        padding: 7px 10px;
    }

    .mod-pf-hero-advice {
        padding-left: 12px;
    }

    .mod-pf-hero-advice:before {
        display: none;
    }
}


/* Moon phase visual */
.pf-row-moon strong {
    display: inline-flex;
    align-items: center;
}

.pf-moon-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
}

.pf-moon-glyph,
.mod-pf-moon-glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    font-size: 18px;
    background: radial-gradient(circle at 35% 35%, #1e293b 0%, #020617 100%);
    box-shadow: 0 0 0 1px rgba(226, 232, 240, 0.9), 0 0 10px rgba(148, 163, 184, 0.25);
    flex: 0 0 28px;
}

.pf-moon-text,
.mod-pf-moon-text {
    display: inline-block;
    font-weight: 600;
}

.mod-pf-moon-line {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.mod-pf-moon-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.25;
}

.mod-pf-moon-text {
    font-weight: 700;
}

@media (max-width: 767px) {
    .pf-moon-glyph,
    .mod-pf-moon-glyph {
        width: 26px;
        height: 26px;
        font-size: 17px;
        flex-basis: 26px;
    }
}
