/* Яндекс Доставка — Checkout */
.ydwc-pvz-block {
    margin-top: 12px;
    padding: 14px 16px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}
#ydwc-open-map-btn {
    display: inline-block;
    padding: 8px 18px;
    background: #fc3f1d;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s;
}
#ydwc-open-map-btn:hover { background: #d93518; }
.ydwc-pvz-chosen {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 14px;
    background: #eaf7ee;
    border: 1px solid #b2dfbb;
    border-radius: 6px;
    color: #2e7d32;
    font-size: 14px;
}
.ydwc-pvz-chosen-icon { font-size: 18px; flex-shrink: 0; }
#ydwc-price-info {
    margin-top: 8px;
    padding: 8px 12px;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 5px;
    font-size: 14px;
    color: #555;
}

/* Модальное окно с картой */
#ydwc-map-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0; left: 0; right: 0; bottom: 0;
}
#ydwc-modal-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.55);
}
#ydwc-modal-box {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 860px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.3);
}
#ydwc-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #fc3f1d;
    color: #fff;
}
#ydwc-modal-header h3 { margin: 0; font-size: 16px; }
#ydwc-modal-close {
    background: none; border: none; color: #fff;
    font-size: 22px; cursor: pointer; line-height: 1;
}
#ydwc-map-status {
    padding: 6px 18px;
    font-size: 13px;
    color: #666;
    background: #f5f5f5;
    min-height: 28px;
}
#ydwc-pvz-map {
    width: 100%;
    height: 480px;
}
