@charset "utf-8";
/* CSS Document */
/* Delivery Notice Box Container */
.notexHold {
font-size: 1rem;
}
.delivery-notice-card {
/*    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-left: 4px solid #28a745;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 15px 0;
    font-size: 0.95rem;
    color: #333333;*/
}

.delivery-notice-content {
font-size: 0.9rem;
}

/* Header & Icon Styling */
.delivery-notice-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.delivery-notice-header .delivery-icon {
    color: #28a745;
    font-size:0.9rem;
}

.delivery-notice-header .delivery-title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.8rem;
    color: #495057;
}

/* Live Countdown Badge Highlight */
.timer-badge {
    background-color: #fff3cd; /* Soft yellow highlight */
    color: #856404;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #ffeeba;
    white-space: nowrap;
}

.timer-badge .fa-clock-o {
    margin-right: 3px;
}

/* T&C / Caveat text */
.delivery-caveat {
    display: block;
    margin-top: 6px;
    font-size: 0.7rem;
    color: #6c757d;
    font-style: italic;
}

.ntxlinit {
  border-bottom: 1px #000 dashed;
  width: 90%;
  margin: 8px 0 12px 4px;
  height: 2px;
}
