.wap-card {
    width: min(100%, 320px);
    box-sizing: border-box;
    padding: 24px 24px 28px;
    border-radius: 18px;
    background: #ffffff;
    color: #0b2345;
    box-shadow: 0 16px 38px rgba(15, 35, 70, 0.08);
    font-family: Tahoma, Arial, sans-serif;
}

.wap-title {
    margin: 0 0 14px;
    color: #111827;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
    text-align: center;
}

.wap-weather {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 92px;
    padding: 18px;
    border-radius: 14px;
    background: #edf4fd;
}

.wap-weather-copy {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.wap-weather-copy strong {
    color: #0f172a;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
}

.wap-weather-copy span {
    color: #697586;
    font-size: 14px;
    line-height: 1.2;
}

.wap-temp {
    flex: 0 0 auto;
    color: #12365f;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
}

.wap-times {
    margin-top: 10px;
}

.wap-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 50px;
    border-bottom: 1px solid #eef2f6;
}

.wap-row:last-child {
    border-bottom: 0;
}

.wap-prayer-name {
    color: #7b8492;
    font-size: 14px;
    line-height: 1.2;
}

.wap-prayer-time {
    color: #112f56;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

.wap-notice {
    margin: 14px 0 0;
    color: #7b8492;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 360px) {
    .wap-card {
        padding: 20px;
    }

    .wap-weather {
        padding: 16px;
    }

    .wap-temp {
        font-size: 27px;
    }
}
