/* Chronopost Hub — checkout */
.chrono-relais-box { margin: 8px 0 4px; }
.chrono-relais-selected {
    background: #fff8ee; border: 1px solid #f0d8b0; border-radius: 6px;
    padding: 8px 10px; margin-bottom: 6px; font-size: .92em;
}
.chrono-relais-open { display: inline-block; cursor: pointer; }

.chrono-modal {
    display: none; position: fixed; inset: 0; z-index: 99999;
    background: rgba(0, 0, 0, .5); align-items: center; justify-content: center;
}
.chrono-modal-box {
    background: #fff; width: min(900px, 94vw); max-height: 90vh; border-radius: 10px;
    display: flex; flex-direction: column; overflow: hidden;
}
.chrono-modal-head {
    display: flex; justify-content: space-between; align-items: center;
    padding: 12px 16px; border-bottom: 1px solid #eee;
}
.chrono-modal-head .chrono-modal-close { text-decoration: none; font-size: 1.2em; color: #666; }
.chrono-modal-body { display: flex; gap: 0; min-height: 0; flex: 1; }
.chrono-map { width: 55%; min-height: 420px; }
.chrono-list { width: 45%; overflow-y: auto; max-height: 60vh; padding: 8px 12px; }
.chrono-pt { border: 1px solid #eee; border-radius: 6px; padding: 8px 10px; margin-bottom: 8px; }
.chrono-pt .chrono-choose { margin-top: 6px; }

@media (max-width: 680px) {
    .chrono-modal-body { flex-direction: column; }
    .chrono-map, .chrono-list { width: 100%; }
    .chrono-map { min-height: 260px; }
}
