.ac-workshop-card--external {
    --ac-workshop-accent: #36bf9d;
}

.ac-workshop-card--external .ac-workshop-card__stock-count {
    letter-spacing: 0;
}

.kg-external-booking {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 18px;
}

.kg-external-booking__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 11px;
    border: 1px solid rgba(54, 191, 157, 0.55);
    border-radius: 999px;
    background: rgba(54, 191, 157, 0.14);
    color: currentColor;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
}

.kg-external-booking__provider-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.kg-external-booking__provider-logo img {
    display: block;
    width: 90px;
    height: auto;
}

.kg-external-booking__button {
    min-height: 46px;
    border-radius: 6px;
    background: #36bf9d;
    color: #fff;
}

.kg-external-booking__button:hover {
    background: #2cae8d;
    color: #fff;
}

.kg-external-booking__note {
    flex-basis: 100%;
    margin: 0;
    font-size: 13px;
    opacity: 0.72;
}

.kg-external-workshop-loan {
    margin-top: 24px;
    padding: 20px;
    border-left: 4px solid #36bf9d;
    border-radius: 6px;
    background: rgba(54, 191, 157, 0.08);
}

.kg-external-workshop-loan > :last-child {
    margin-bottom: 0;
}
