/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 7.0
 Requires PHP: 8.0
 Version: 7.0
 Text Domain: rubrum
*/


/** Add your custom styles here **/


.entry-content .wp-block-heading {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

sup {
    font-size: 50% !important;
}
p strong {
    font-weight: 800 !important;
}

.entry-content img:hover {
    filter: none !important;
}

@media (max-width: 1299.98px) {
    div:has(> .hide-first) {
        display: none !important;
    }
}
@media (max-width: 999.98px) {
    .heading-record {
        font-size: clamp(24px,4vw,64px) !important;
    }
    div:has(> .hide-second) {
        display: none !important;
    }
    .icon-v .icon--container,
    .icon-v .icon--container .icon {
        width: 5vw !important;
        height: 2.5vw !important;
    }
}

@media (max-width: 499.98px) {
    .icon-v .icon--container,
    .icon-v .icon--container .icon {
        width: 6vw !important;
        height: 3vw !important;
    }
}

.section-form textarea {
    height: 123px !important;
}

.the-sources ol {
    padding-left: 20px;
}
.the-sources li {
    margin-bottom: 0px;
}


