/**
 * Checkout styling — read-only ontvanger samenvatting.
 *
 * Prefix: .hfs- (hofman fruitmandshop)
 * De bezorgen/afhalen toggle CSS is verplaatst naar de cart pagina.
 */

/* --- Recipient Summary (read-only op checkout) --- */




.hfs-recipient-summary--pickup {
    border-color: #66a55f;
}

.hfs-recipient-summary--empty {
    border-color: #d63638;
    background: #fef1f1;
}

.hfs-recipient-summary__method {
    font-weight: 600;
    font-size: 1.05em;
    margin-bottom: 8px;
    color: #333;
}

.hfs-recipient-summary p {
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.hfs-recipient-summary p:last-of-type {
    margin-bottom: 12px;
}

.hfs-recipient-summary__address {
    color: #555;
}

.hfs-recipient-summary__cost {
    color: #66a55f;
    font-weight: 500;
}

.hfs-recipient-summary__notes {
    color: #666;
    font-size: 0.9em;
}

/* Wijzigen knop */
.hfs-recipient-summary__edit-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 20px;
    background: #fff;
    color: #66a55f;
    border: 2px solid #66a55f;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.hfs-recipient-summary__edit-btn:hover {
    background: #66a55f;
    color: #fff;
}

/* --- Static Map (bezorglocatie op checkout) --- */

.hfs-recipient-summary__map {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 12px;
}
