/*
Theme Name: Comedy Colonge
Theme URI: https://topcatclass.com
Author: UDX
Author URI: https://www.udx.pl
Description: UDX WordPress Theme for Comedy Colonge Festival
Version: 1.0
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.3
*/

/* Typography for Content Areas */
.blog-content-style > * {
    margin-bottom: 1.5rem !important;
}

.blog-content-style > *:last-child {
    margin-bottom: 0 !important;
}

.blog-content-style p {
    margin-bottom: 1.5rem !important;
    line-height: 1.6;
}

.blog-content-style h1,
.blog-content-style h2,
.blog-content-style h3,
.blog-content-style h4,
.blog-content-style h5,
.blog-content-style h6 {
    margin-top: 3rem !important;
    margin-bottom: 1.5rem !important;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.blog-content-style h3 {
    margin-top: 2.5rem !important;
    margin-bottom: 1rem !important;
}

.blog-content-style ul,
.blog-content-style ol {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    padding-left: 1.25rem !important;
    list-style-position: outside;
}

.blog-content-style ul {
    list-style-type: disc !important;
}

.blog-content-style ol {
    list-style-type: decimal !important;
}

.blog-content-style li {
    margin-bottom: 0.5rem !important;
}

.blog-content-style figure {
    margin: 2rem 0 !important;
}

.blog-content-style a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.blog-content-style a:hover {
    color: var(--color-primary);
}
