/*
Theme Name: Woodmart Child
Theme URI: https://xtemos.com/themes/woodmart/
Author: Your Name
Author URI: https://yourwebsite.com
Description: Child theme for Woodmart
Template: woodmart
Version: 1.0.0
Text Domain: woodmart-child
*/

@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@600&display=swap');

#countdown {
    margin: 0 auto;
}

.countdown-heading {
    font-family: 'Prompt', sans-serif;
    font-size: 28px;
    color: #8e24aa;
    margin-bottom: 0;
}
.countdown-content {
    text-align: center;
}

span.countdown-label {
    font-size: 15px;
    font-weight: 600;
    color: #767676;
    line-height: 30px;
}

.countdown-timer {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.time-card {
    background-color: #f8bbd0;
    border-radius: 16px;
    width: fit-content;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Prompt', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset -4px -4px 10px rgba(255, 255, 255, 0.2),
                inset 4px 4px 10px rgba(0, 0, 0, 0.05);
}

.colon {
    font-size: 42px;
    color: #8e24aa;
    font-weight: bold;
    line-height: 100px;
}
