.ahura_element_price_box_7 {
    background-color: #cae4f0;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 15px;
}

.ahura_element_price_box_7 .ah-content {
    display: flex;
    justify-content: space-between;
}

.ahura_element_price_box_7 .ah-content .ah-price-section .ah-label {
    color: #223244;
    width: fit-content;
    padding: 2px 10px 0;
    border-radius: 5px;
}

.ahura_element_price_box_7 .ah-content .ah-price-section .ah-price {
    font-weight: bold;
    color: #223244;
}
.ahura_element_price_box_7 .ah-content .ah-price-section .ah-description
{
    color: #223244;
}

.ahura_element_price_box_7 .ah-content .ah-items {
    padding: 0 50px;
    color: #223244;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ahura_element_price_box_7 .ah-content .ah-items .ah-item
{
    display: flex;
    gap: 10px;
}

.ahura_element_price_box_7 .ah-button a {
    display: block;
    background-color: #223244;
    margin-top: 20px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: white;
}