.ars_product_addon_container {
    margin: 20px 0;
}


/* .ars_product_addon_title {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
} */

h4.ars_product_addon_title {
    margin: 0 0 15px 0;
    font-size: 16px !important;
    font-weight: 600;
    color: #333;
}

.ars_product_addon_button {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 20px 20px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    transition: none;
    font-family: inherit;
    position: relative;
    min-height: 60px;
}

.ars_product_addon_button:hover:not(.ars_product_addon_disabled):not(.ars_product_addon_selected) {
    border-color: rgb(0 112 227 / 40%);
}

.ars_product_addon_button.ars_product_addon_selected {
    border-color: #0071e3;
    margin:0px 0px;
    border: 2px solid #0071e3;
    /* position: relative; */
}

.ars_product_addon_button.ars_product_addon_disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f9fafb;
    border-color: #e5e7eb;
}

.ars_product_addon_content {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.ars_product_addon_name {
    font-weight: 500;
    font-size: 16px;
    /* color: #374151; */
    margin-bottom: 4px;
    line-height: 1.3;
}

/* .ars_product_addon_price ins.h3 {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
} */

.ars_product_addon_price ins.h3 {
    color: #6b7280;
    font-size: 14px !important;
    font-weight: 500;
    text-decoration: none;
}

.ars_product_addon_status {
    display: none;
}