.ss-shipment-message-title {
    font-weight: bold;
    font-size: 1rem;
}

.ss-text-primary, .ss-shipment-message-legal a {
    color: rgb(75, 38, 210);
}

.ss-shipment-timer {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0.5rem;
}

.ss-shipment-timer-element {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(to bottom, #f9fafb, #f4f5f7);
    color: #4b5563;
    text-align: center;
    width: 3rem;
    line-height: 2rem;
    border: 1px solid #d2d6dc;
    border-radius: 0.125rem;
}

.ss-shipment-timer-separator {
    font-size: 1.5rem;
    font-weight: bold;
    color: #9fa6b2;
}

.ss-shipment-message-legal {
    font-size: 0.875rem;
    margin-top: 1rem;
}

.ss-shipment-message-content {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.ss-shipment-message-text {
    flex: 1;
}

.ss-shipment-message-image {
    height: 4rem !important;
    width: auto;
}