/* A-OPC Delivery Date - Frontend Styles */

.aopc-delivery-info-container {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
}

.aopc-delivery-icon {
    height: 24px;
    width: auto;
    flex-shrink: 0;
}

.aopc-delivery-text-content {
    text-align: left;
    line-height: 1.4;
}

.aopc-highlight {
    font-weight: bold;
    color: #00a859;
}

.aopc-summary-prefix {
    font-weight: bold;
}

.aopc-ajax-placeholder-block {
    color: #777;
    font-style: italic;
    padding: 5px 0;
}

.aopc-delivery-error {
    color: #d63638;
    font-style: italic;
    padding: 5px 0;
}