.extra-support-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #e3e8ef;
    margin-top: 25px;
    padding: 20px 8px;
    position: relative;
    cursor: pointer;
}

.extra-support-row--cart .extra-support-wrapper {
    margin-top: 0;
    gap: 6px;
    padding: 21px 10px;
    text-align: unset !important;
}

.extra-support-row > td,
.extra-support-content,
.extra-support-title strong,
.extra-support-title span {
    text-align: unset !important;

}


.extra-support-wrapper:hover {
    border-color: #eb3b4d;
    box-shadow: 0px 0px 5px 1px #ccc;
}

.extra-support-wrapper input[type="checkbox"] {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-top: 6px !important;
    flex-shrink: 0;
    cursor: pointer;
}


.extra-support-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.extra-support-title {
    display: inline-grid;
    line-height: 1.4;
    text-transform: capitalize;
}

.extra-support-title span:first-child {
    font-size: 14px;
    font-weight: 600;
    color: #364152;
}

.extra-support-title span:last-child {
    font-size: 14px;
}

.extra-support-title__description {
    color: #697586;

}

.extra-support-badge {
    align-self: center;
    background-color: #EB3C4D;
    color: white;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    white-space: nowrap;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: -13px;
}

.extra-support-badge-mobile {
    background-color: #EB3C4D;
    color: white;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 600;
    display: inline;
    position: absolute;
    top: -14px;
    right: 10px;
}

.extra-support-price bdi {
    font-size: 14px;
    font-weight: 600;
    color: #364152;
}

.extra-support-row--cart .extra-support-wrapper .extra-support-title strong {
    font-size: 14px;
}

.extra-support-row--cart .extra-support-price bdi {
    font-size: 14px;
}

@media (max-width: 468px) {
    .extra-support-badge {
        display: none;
    }
}

@media (min-width: 468px) {
    .extra-support-badge-mobile {
        display: none;
    }
}

.woocommerce-checkout input[type="checkbox"]#extra_support_checkbox {
    width: 16px !important;
    height: 16px !important;
    transform: translateY(3px);
}