#tab-content-3 .food-subscription-terms {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 24px 0;
    padding: 24px;
    border: 2px solid #efb76b;
    border-radius: 8px;
    background: #fffaf2;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    overflow-wrap: break-word;
}
#tab-content-3 .food-subscription-terms h3 {
    margin: 0 0 16px;
    padding: 0;
    background: none;
    border: 0;
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
}
#tab-content-3 .food-subscription-terms p {
    margin: 12px 0;
}
#tab-content-3 .food-subscription-terms a {
    color: #276827;
    text-decoration: underline;
}
#tab-content-3 .food-subscription-terms summary {
    cursor: pointer;
    font-weight: bold;
}
#tab-content-3 .food-subscription-price {
    width: 100%;
    margin: 0 0 20px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d8e2d4;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}
#tab-content-3 .food-subscription-price caption {
    padding: 14px 12px;
    background: #286b32;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
#tab-content-3 .food-subscription-price th,
#tab-content-3 .food-subscription-price td {
    padding: 16px 10px;
    vertical-align: middle;
}
#tab-content-3 .food-subscription-price th {
    width: 42%;
    background: #f3f7ef;
    font-weight: normal;
    text-align: left;
}
#tab-content-3 .food-subscription-price td {
    text-align: right;
    white-space: nowrap;
}
#tab-content-3 .food-subscription-price tr + tr th,
#tab-content-3 .food-subscription-price tr + tr td {
    border-top: 1px solid #d8e2d4;
}
#tab-content-3 .food-subscription-price strong {
    color: #b52222;
    font-size: 32px;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
    #tab-content-3 .food-subscription-terms {
        padding: 16px;
    }
    #tab-content-3 .food-subscription-terms h3 {
        font-size: 20px;
    }
    #tab-content-3 .food-subscription-price th {
        width: 40%;
    }
    #tab-content-3 .food-subscription-price strong {
        font-size: 28px;
    }
}
