.row-image-tags {
    position: absolute;
    top: var(--gapX7);
    left: var(--gapX7);
}

@media(max-width: 767px) {
    .row-image-tags {
        top: var(--gapX3);
        left: var(--gapX3);
    }
}

.titleXXXXS.ph.ph-check {
    display: flex;
    flex-direction: row;
    align-items: anchor-center;
    gap: var(--gapX3);
}

ul[role="list-desc"] {
    list-style: disc;
}

.primary-content-color :is(p, h1, h2, h3, h4) {
    color: #24436B;
}

hr.xleb-separator {
    border-color: #00000025 !important;
}

div[id="popup-55"] {
    background-color: #D1DAE7;
    overflow-y: auto;
}

.xleb-card:has(.mfp-hide:last-child) .xleb-button-wrapper {
    padding-bottom: var(--cardIndentBottom);
}

@media(min-width: 992px) {

    .tag-item.top-tag-right {
        position: absolute;
        top: 13%;
        rotate: 15deg;
        background: var(--secondary500);
    }

    .tag-item.top-tag-left {
        position: absolute;
        top: 13%;
        rotate: -15deg;
        background: var(--secondary500);
    }


    .tag-item.bottom-tag-right {
        position: absolute;
        bottom: 13%;
        rotate: 15deg;
        background: var(--secondary500);
    }

    .tag-item.bottom-tag-left {
        position: absolute;
        bottom: 13%;
        rotate: -15deg;
        background: var(--secondary500);
    }
}