﻿.subscription-header{
    background:#7b0000;
    color:#fff;
    font-weight:700;
    padding:15px 0;
    border-radius:8px 8px 0 0;
}

.subscription-row{
    background:#fffef6;
    border:1px solid #e3d4bf;
    padding:18px 10px;
    transition:.35s;
    align-items:center;
}

.subscription-row:nth-child(even){
    background:#fffaf1;
}

.subscription-row:hover{
    background:#fff3d6;
    transform:translateX(6px);
}

.subscription-row div{
    font-weight:500;
}

.payment-box{
    background:#fffdf5;
    border-left:5px solid #b22222;
    padding:20px;
    border-radius:8px;
}

.benefit-box{
    background:#f4fff3;
    border-left:5px solid #28a745;
    padding:20px;
    font-size:18px;
    border-radius:8px;
}

.policy-box{
    background:#fff9ef;
    padding:30px;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.policy-heading{
    color:#7b0000;
    margin-bottom:20px;
    font-weight:700;
}