/**
 * AI Global Media - Global Core Code (CSS)
 * This file is included on all brand websites.
**/

.cky-vendor-privacy-link .external-link-img, 
.cky-vendor-legitimate-link .external-link-img {
    display: none !important;
}

.cky-accordion-body .cky-child-accordion {
    box-shadow: none !important;
}

[data-post-content] .templatefull .templateblock.sidebar,
[data-post-content] .templatefull .stretchback {
    display: none !important;
}

#adminmenu li.wp-menu-separator {
    display: none !important;
}

.wp-block-pullquote {
    padding: 0 !important;
}

/* Page View Transitions (New) */

@view-transition {
    navigation: auto;
}

@keyframes aigm-rfVC453ar {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes aigm-bvR5A4TU2 {
    from { opacity: 0; }
    to { opacity: 1; }
}

::view-transition-group(root) {
    animation-duration: 0.5s;
}

::view-transition-old(root) {
    animation: 0.4s ease-in both aigm-rfVC453ar;

}

::view-transition-new(root) {
    animation: 0.4s ease-in both aigm-bvR5A4TU2;
}

/* AIGM Advert System (2024) */

.aigm-advert-system-section {
    padding: 32px 0;
    background: #fff;
}

.aigm-advert-system-section, 
.aigm-advert-system-section * {
    outline: none;
    border: none;
    box-sizing: border-box;
}

.aigm-advert-system-section a.aigm-advert-system-banner {
    display: block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    position: relative;
}

.aigm-advert-system-section a.aigm-advert-system-banner img {
    display: block;
    max-width: 100%;
    height: auto;
    user-select: none;
    pointer-events: none;
}

.aigm-advert-system-section a.aigm-advert-system-banner span.aigm-advert-system-label {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-family: 'Arial';
    font-weight: 600;
    position: absolute;
    padding: 6px;
    background: #fbfbfb;
    top: 0;
    right: 0;
    border: 0;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: #ededed;
    border-style: solid;
    border-bottom-left-radius: 8px;
    pointer-events: none;
    user-select: none;
}