.countdown-wrapper {
    margin-bottom: 20px;
}

.countdown-container {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-unit span {
    font-size: 2em;
    font-weight: bold;
}

.copy-box {
    margin-top: 10px;
    text-align: center;
}

.copy-box input {
    width: 90%;
    padding: 5px;
    margin-bottom: 5px;
}

.copy-box button {
    cursor: pointer;
    padding: 5px 10px;
}
