.coundownmobile {
    border: none;
    display: inline-block;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Kiểu cho đoạn mã cuối cùng (có thể sao chép) */
.countdown-final-code {
    display: inline-block;
    font-weight: bold;
    cursor: text;
    user-select: all;
    transition: background-color 0.3s ease, color 0.3s ease;
    
    /* Tạo background và viền cho mã */
    background: #f0f0f0 !important;
    color: #333333 !important;
    border: 1px dashed #cccccc;
    padding: 8px 16px; /* Đảm bảo padding giống nút ban đầu */
    border-radius: 6px;
}