:root {
    --wp--preset--color--contrast: #222222;
    --wp--preset--font-family--body: var(--theme-font-family);
    --wp--preset--font-family--heading: var(--theme-font-family);
    --wp--preset--font-family--system-sans-serif: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    --wp--preset--font-family--system-serif: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

.publication-content a:where(:not(.wp-element-button)) {
    text-decoration: underline;
}
body{
    background: #FFF!important
}

.wp-block-image img {
    display: block;
    max-width: 100%;
    height: auto;
}
img.alignleft{
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
img.alignright{
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.bluet_tooltip{
    border-bottom: 1px dotted;
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}
.bluet_tooltip::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%; 
    margin-bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFF;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    color: #000;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 12px;
    width: 100px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.bluet_tooltip:hover::before {
    visibility: visible;
    opacity: 1;
}

.publication-content .wp-block-quote {
    border-left: 2px solid #000;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.publication-content .wp-block-quote cite{
    margin-top: 5px;
}
.swiper-container {
    overflow: hidden;
    padding-bottom: 25px;
}

.swiper-slide {
    height: 100%;
}

.swiper-slide a {
    display: block;
    height: 100%;
}

.swiper-slide img {
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    bottom: 0!important;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 20px!important;
}

.box-slider {
    padding-top: 20px;
    padding-bottom: 20px;
}

.swiper-button-next, 
.swiper-button-prev {
    margin-top: -34px!important;
}

a.js-fancybox {
    display: block;
}
.wp-block-pullquote{
    background: rgba(0,0,0,0.1);
    padding: 20px;
}
.wp-block-embed.alignfull iframe{
    width: 100%;
    min-height: 406px;
}
.wp-block-embed.alignwide iframe{
    width: 100%;
    min-height: 406px;
}

