﻿.countdown-timer .countdown-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px 5px;
    border: 2px solid #dee2e6;
}

.countdown-number {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--primary-color);
    line-height: 1;
}

.countdown-label {
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: uppercase;
    margin-top: 5px;
}

/* Summernote content styling */
.summernote-content h1,
.summernote-content h2,
.summernote-content h3 {
    color: #2c3e50;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}

.summernote-content p {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

.summernote-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.summernote-content ul,
.summernote-content ol {
    padding-left: 2rem;
    margin-bottom: 1.2rem;
}

.summernote-content li {
    margin-bottom: 0.5rem;
}

.summernote-content blockquote {
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    font-style: italic;
    color: #555;
    margin: 1.5rem 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .display-5 {
        font-size: 1.8rem;
    }

    .countdown-number {
        font-size: 1.4rem;
    }

    .btn-lg {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .breadcrumb {
        font-size: 0.9rem;
    }

    .list-group-item {
        font-size: 0.9rem;
    }
}
