/* Repair Centers Accordion 99060595 */
.rca-99060595-wrapper {
    max-width: 100%;
    font-family: inherit;
}

.rca-99060595-item {
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Header */
.rca-99060595-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.rca-99060595-header-left {
    flex: 1;
    min-width: 200px;
}

.rca-99060595-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

.rca-99060595-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 14px;
}

.rca-99060595-meta-icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 4px;
    flex-shrink: 0;
}

.rca-99060595-distance {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.rca-99060595-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rca-99060595-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.rca-99060595-rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.rca-99060595-star {
    font-size: 16px;
}

.rca-99060595-rating-text {
    font-weight: 700;
}

.rca-99060595-reviews {
    font-weight: 400;
}

/* Header right */
.rca-99060595-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.rca-99060595-rdv-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.rca-99060595-rdv-btn:hover {
    opacity: 0.85;
}

.rca-99060595-rdv-icon {
    display: inline-flex;
    align-items: center;
}

.rca-99060595-rdv-icon svg {
    width: 18px;
    height: 18px;
}

.rca-99060595-phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #e5e7eb;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.rca-99060595-phone-btn:hover {
    opacity: 0.85;
}

.rca-99060595-phone-icon {
    display: inline-flex;
    align-items: center;
}

.rca-99060595-phone-icon svg {
    width: 16px;
    height: 16px;
}

.rca-99060595-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.2s;
    line-height: 1;
    flex-shrink: 0;
}

.rca-99060595-toggle:hover {
    opacity: 0.7;
}

.rca-99060595-toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Expanded */
.rca-99060595-expanded {
    overflow: hidden;
    transition: all 0.35s ease;
}

.rca-99060595-features {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.rca-99060595-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.rca-99060595-loc-badge {
    white-space: normal;
}

.rca-99060595-badge-icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.rca-99060595-badge-icon svg {
    width: 20px;
    height: 20px;
}

.rca-99060595-loc-title {
    font-weight: 700;
    font-size: 14px;
}

.rca-99060595-loc-detail {
    font-weight: 400;
    font-size: 13px;
}

.rca-99060595-sep {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 16px 0;
}

/* Zones row */
.rca-99060595-zones-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.rca-99060595-zones-col {
    flex: 1;
    min-width: 250px;
}

.rca-99060595-autres-col {
    flex: 1;
    min-width: 200px;
}

.rca-99060595-section-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rca-99060595-section-icon {
    display: inline-flex;
    align-items: center;
}

.rca-99060595-section-icon svg {
    width: 16px;
    height: 16px;
}

.rca-99060595-pills-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rca-99060595-pill {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e5e7eb;
    white-space: nowrap;
}

.rca-99060595-pill-extra {
    font-weight: 600;
}

.rca-99060595-autres-text {
    font-size: 14px;
    line-height: 1.6;
}

/* Bottom CTA */
.rca-99060595-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin-top: 8px;
    transition: opacity 0.2s;
}

.rca-99060595-cta:hover {
    opacity: 0.9;
}

.rca-99060595-cta-icon {
    display: inline-flex;
    align-items: center;
}

.rca-99060595-cta-icon svg {
    width: 20px;
    height: 20px;
}

/* Responsive */
@media (max-width: 767px) {
    .rca-99060595-header {
        flex-direction: column;
    }

    .rca-99060595-header-right {
        width: 100%;
        flex-wrap: wrap;
    }

    .rca-99060595-rdv-btn {
        flex: 1;
        justify-content: center;
    }

    .rca-99060595-phone-btn {
        flex: 1;
        justify-content: center;
    }

    .rca-99060595-zones-row {
        flex-direction: column;
    }

    .rca-99060595-name {
        font-size: 18px;
    }
}
