/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Timer box style */
#ticket-timer {
    display: inline-block;
    background: #ffecec;
    color: #b30000;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: bold;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    margin-bottom: 15px;
}
