.hcv-order-timing-notice,
.hcv-order-timing-confirmation {
    align-items: flex-start;
    background: #f4f8f5;
    border: 1px solid #cddfd4;
    border-left: 5px solid #2f8f63;
    border-radius: 12px;
    color: #173f35;
    display: flex;
    gap: 14px;
    margin: 0 0 24px;
    padding: 18px 20px;
}

.hcv-order-timing-notice.is-closing-soon {
    background: #fff8e9;
    border-color: #ead49b;
    border-left-color: #c48a18;
    color: #49350d;
}

.hcv-order-timing-icon {
    align-items: center;
    background: rgba(47, 143, 99, .12);
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
}

.is-closing-soon .hcv-order-timing-icon {
    background: rgba(196, 138, 24, .14);
}

.hcv-order-timing-icon svg {
    fill: none;
    height: 23px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 23px;
}

.hcv-order-timing-notice strong,
.hcv-order-timing-confirmation strong {
    display: block;
    font: 800 17px/1.3 Poppins, sans-serif;
    margin-bottom: 4px;
}

.hcv-order-timing-notice p,
.hcv-order-timing-confirmation p {
    color: inherit;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.hcv-order-timing-notice a {
    color: inherit;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    margin-top: 8px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hcv-order-timing-confirmation {
    display: block;
    margin-top: 18px;
}

@media (max-width: 600px) {
    .hcv-order-timing-notice,
    .hcv-order-timing-confirmation {
        border-radius: 10px;
        gap: 11px;
        padding: 15px;
    }

    .hcv-order-timing-icon {
        flex-basis: 36px;
        height: 36px;
    }

    .hcv-order-timing-notice strong,
    .hcv-order-timing-confirmation strong {
        font-size: 15px;
    }
}
