.toq-capacity-estimate {
    display: none;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #2b7a2b;
    line-height: 1.2;
    white-space: nowrap;
}

.toq-capacity-estimate .toq-capacity-estimate__icon {
    font-size: 14px;
}

/* Header (top-right) variant */
.header.main.content .toq-capacity-estimate,
.header.links .toq-capacity-estimate {
    margin: 0 12px;
}

/* Checkout summary variant */
.toq-capacity-estimate--checkout {
    display: flex !important;
    margin: 10px 0;
    padding: 8px 12px;
    background: #f1f8f1;
    border: 1px solid #cfe6cf;
    border-radius: 4px;
    white-space: normal;
}

@media only screen and (max-width: 767px) {
    .toq-capacity-estimate {
        font-size: 11px;
    }
}
