.crwp-countdown-wrap {
    display: flex;
}

.crwp-countdown-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: flex-end;
    font-family: Arial, sans-serif;
}

.crwp-countdown-item {
    text-align: center;
}

.crwp-label {
    display: block;
    font-weight: bold;
    text-transform: capitalize;
}

.crwp-label-top .crwp-label {
    margin-bottom: 10px;
}

.crwp-label-bottom .crwp-label {
    margin-top: 10px;
}

.crwp-card {
    background: linear-gradient(to bottom, var(--crwp-top, #ff8c2e) 50%, var(--crwp-bottom, #d35400) 50%);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 59px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 80px;
    height: 90px;
}

.crwp-separator {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 0;
}

.crwp-label-top .crwp-separator {
    padding-top: 28px;
}

.crwp-label-bottom .crwp-separator {
    padding-bottom: 28px;
}

.crwp-expired {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
