.svr-recytyre-box {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0 8px !important;
    clear: both;
    padding: 16px 18px;
    border: 1px solid rgba(67, 95, 85, .16);
    border-radius: 6px;
    background: #f3f7f5;
    color: #25312d;
    line-height: 1.45;
}

.svr-recytyre-logo {
    flex: 0 0 112px;
    max-width: 112px;
    padding-right: 18px;
    border-right: 1px solid rgba(67, 95, 85, .22);
}

.svr-recytyre-logo img {
    display: block;
    width: 100%;
    max-height: 72px;
    object-fit: contain;
}

.svr-recytyre-content {
    min-width: 0;
    flex: 1 1 auto;
}

.svr-recytyre-heading {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 2px;
    font-size: 15px;
}

.svr-recytyre-per-band,
.svr-recytyre-total {
    font-size: 14px;
}

.svr-recytyre-per-band {
    color: #435f55;
    font-weight: 700;
}

.svr-recytyre-total {
    margin-top: 1px;
    font-weight: 600;
}

.svr-recytyre-notice {
    margin-top: 5px;
    color: #52605b;
    font-size: 12px;
}

.svr-info-wrap {
    position: relative;
    display: inline-flex;
}

.svr-info-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 1px solid #435f55;
    border-radius: 50%;
    background: transparent;
    color: #435f55;
    font: 700 11px/1 Arial, sans-serif;
    cursor: help;
}

.svr-info-tooltip {
    position: absolute;
    z-index: 9999;
    left: 50%;
    bottom: calc(100% + 8px);
    width: 260px;
    max-width: 75vw;
    padding: 9px 11px;
    border-radius: 5px;
    background: #26332e;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    box-shadow: 0 5px 16px rgba(0,0,0,.16);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 4px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
    pointer-events: none;
}

.svr-info-wrap:hover .svr-info-tooltip,
.svr-info-wrap:focus-within .svr-info-tooltip,
.svr-info-wrap.is-open .svr-info-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.svr-composite-recytyre {
    display: block !important;
    width: 100%;
    margin-top: 4px;
    color: #65736e;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    white-space: normal;
}

@media (max-width: 600px) {
    .svr-recytyre-box {
        align-items: flex-start;
        gap: 12px;
        padding: 14px;
    }

    .svr-recytyre-logo {
        flex-basis: 78px;
        max-width: 78px;
        padding-right: 12px;
    }

    .svr-recytyre-logo img {
        max-height: 58px;
    }

    .svr-info-tooltip {
        left: auto;
        right: -12px;
        transform: translate(0, 4px);
    }

    .svr-info-wrap:hover .svr-info-tooltip,
    .svr-info-wrap:focus-within .svr-info-tooltip,
    .svr-info-wrap.is-open .svr-info-tooltip {
        transform: translate(0, 0);
    }
}


/* WPC Composite / ddSlick: keep Recytyre on its own compact line below price/stock. */
.wooco_components .dd-option-description .svr-composite-recytyre,
.wooco_components .dd-selected-description .svr-composite-recytyre,
.wooco_components .dd-option > .svr-composite-recytyre,
.wooco_components .dd-selected > .svr-composite-recytyre {
    margin-left: 0;
    white-space: normal;
}

.wooco_components .dd-option > .svr-composite-recytyre,
.wooco_components .dd-selected > .svr-composite-recytyre {
    clear: both;
}

/* v1.1.3: align the Recytyre line with the option text, beneath price/stock. */
.wooco_components .dd-option-description,
.wooco_components .dd-selected-description {
    overflow: visible;
}

.wooco_components .dd-option-description > .svr-composite-recytyre,
.wooco_components .dd-selected-description > .svr-composite-recytyre {
    float: none !important;
    clear: both !important;
    padding: 0 !important;
}
