.container {
    display: flex;
    gap: 20px;
    max-width: 1070px;
    margin: 0 auto;
    margin-top:15px;
}

.card {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.card-header {
    background: linear-gradient(180deg, #00b8b0, #00a8a0);
    color: #fff;
    padding: 16px 20px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.yjb .card-header {
    background: linear-gradient(180deg, #479ff7, #479ff7)!important;
}

.card-sub-header {
    background: #00b8b0;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.yjb .card-sub-header {
    background: #479ff7!important;
}

.product-info {
    text-align: right;
    font-size: 16px;
    line-height: 1.5;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table td, table th {
    padding: 16px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.total-row td {
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    padding: 24px 20px;
    border-bottom: 0px!important;
}
.plan-list {
    border-bottom: 0px!important;
}
.plan-item {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.last-plan-item {
    border-bottom: 0px!important;
}
.plan-text h3 {
    color: #009990;
    font-size: 20px;
    margin-bottom: 8px;
    text-align: left!important;
}
.yjb .plan-text h3 {
    color: #479ff7!important;
}

.plan-text p {
    color: #666;
    font-size: 15px;
    text-align: left!important;
}

.renew-btn {
    background-color: #ed2a1b;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
}

.renew-btn:hover {
    background-color: #00a098;
}

.yjb .renew-btn:hover {
    background-color: #479ff7!important;
}