.weather-page {
    background: url('/images/weather-bg.webp') center/cover no-repeat;
    padding: 20px !important;
    position: relative;
    min-height: 100dvh;
}

.weather-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #ffffff;
    border-radius: 20px;
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}