/* FPF Kitchen Link — Selector de fecha de entrega en checkout */

#fpf-date-delivery-wrap {
    margin-bottom: 20px;
}

#fpf-date-delivery-wrap .fpf-datepicker {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 36px;
}

/* Destacar el campo como lo primero a elegir (issue #20) */
#fpf-date-delivery-wrap.fpf-date-delivery-featured {
    padding: 16px;
    margin-bottom: 28px;
    background: #f7f9fc;
    border: 2px solid #2271b1;
    border-radius: 6px;
}

#fpf-date-delivery-wrap.fpf-date-delivery-featured label {
    font-size: 17px;
    font-weight: 700;
}

#fpf-date-delivery-wrap.fpf-date-delivery-featured .fpf-datepicker {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fpf-date-delivery-zone-notice {
    margin: 8px 0 0;
    padding: 8px 12px;
    background: #fff3cd;
    border: 1px solid #e0b400;
    border-radius: 4px;
    color: #7a5800;
    font-size: 13px;
    font-weight: 600;
}
