.sce-delivery-estimator {
    border: none;
    padding: 10px;
    margin: 15px 0;
    background-color: rgb(0 233 48 / 5%);
    border-left: 5px solid #007347; /* WordPress Blue */
}

.sce-delivery-estimator h3 {
    margin-top: 0;
    font-size: 1.1em;
    color: #1f2124;
}

.sce-countdown-timer {
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
}

.blink-text {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0.5; }
}

/* Ensure bold text within the message is actually bold */
.sce-delivery-estimator p strong,
.sce-delivery-estimator div strong {
    font-weight: bold;
}