/*
Theme Name: BluBliss
Author: blu-bliss.com
Description: Theme für blu-bliss.com
Text Domain: blubliss
Domain Path: /languages
Version: 1.0.0
*/

/* Allgemeines */
body,
html {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
    font: normal 16px/normal Trebuchet MS;
    line-height: 1.3;
    z-index: 0;
    background-color: #f7f7f7;
    color: #212529;
}

#banner {
    display: none;
    position: fixed;
    background-color: white;
    width: 100%;
    height: 60px;
    z-index: 2;
}

#banner-content {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 2rem; /* 32px; */
    padding-left: 15px;
    color: #23527c;
}

.content {
    position: relative;
    margin: 0 auto;
    max-width: 1366px;
    border: 0px solid;
    padding: 0 15px;
}

.slider {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 100%;
    /* background-image: url('/wp-content/themes/blubliss/img/demo/bg-church-of-scientology-los-angeles-homepage-header_de_DE.jpg'); */
    background-color: #448cde;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
}

.slider > div {
    position: relative;
    max-width: 100%;
}

.slider img {
    object-fit: cover;
}

#slider-image-container {
    line-height: 0;
    /* width: 1366px; */
    height: 40vh;
}

#logo {
    position: absolute;
    top: 5px;
    left: 5%;
    font-size: 3.75rem; /* 60px; */
    color: white;
}

@media (max-width: 575px) {
    #logo {
        font-size: 2.375rem; /* 38px */
    }
}

#logo a {
    color: white;
    text-decoration: none;
}

.top-container-small #logo,
.top-container-small #nav-container {
    position: relative;
    left: unset;
    top: unset;
}

.top-container-small #logo {
    font-size: 3rem; /* 48 px */
}

.top-container-small #nav-container {
    font-size: 1rem; /* 16px */
    padding-bottom: 10px;
}

.top-container-small.bg-blue {
    margin-bottom: 25px;
}

.bg-blue {
    background-color: #448cde;
}

.back-link-container {
    clear: both;
    margin-top: 40px;
}

.back-link {
    color: #23527c;
    text-decoration: none;
}

.top-container-small .content,
#top-container-small .content {
    font-size: 2rem; /* 32px */
    color: #23527c;
}

#main-container {
    margin-top: 25px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* 26.02.2023: Ab hier erneute Übernahme von Styles */
#image-full-size-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    text-align: center;
    display: none;
    z-index: 2;
}

#image-full-size-container img {
    max-height: 100vh;
    max-width: 100%;
}

#image-text {
    position: absolute;
    bottom: 32px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0 10px;
}

#close-full-size-image,
#prev-arrow,
#next-arrow {
    position: absolute;
    font-size: 48px;
    color: white;
    cursor: pointer;
}

#close-full-size-image {
    top: 0;
    right: 10px;
}

#prev-arrow {
    left: 10px;
}

#next-arrow {
    right: 10px;
}

/* --- */

.video-preview.post-locked {
    border: 1px solid #448cde;
}

.video-preview.post-locked > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 250px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .video-preview.post-locked > div {
        min-height: 168px;
    }
}

.video-preview.post-locked i {
    font-size: 3rem; /* 48px */
    color: #e8dddd;
}

.blurred-video-thumb {
    position: absolute;
    filter: brightness(.7);
    top: 0;
    left: 0;
    height: 100% !important;
}

.post-preview {
    position: relative;
}
  
.post-preview-content-image.new::after,
.subheader-title.new::after,
.col-middle-content-inner .image-with-text.new::after,
.top-icon.new::after,
.package-preview.new::after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    right: -20px;
    top: -20px;
    background-image: url('/wp-content/themes/blubliss/img/star.png');
    background-repeat: no-repeat;
    background-size: contain;  
    z-index: 1;
}

.top-icon.new::after {
    width: 30px;
    height: 30px;
    right: -30px;
    top: -10px;
}

.package-preview.new::after {
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
}

.post-preview-content {
    padding: 0 15px 0 15px;
    margin-top: -10px;
    text-align: justify;
    hyphens: auto;
}

.post-preview-content-image {
    padding: 0;
}

.post-preview-content-image img {
    width: 100%;
    max-height: calc(100vh - 100px);
    object-fit: cover;
    cursor: pointer;
}

.post-preview-content-image video {
    width: 100%;
}

.image-preview-title,
.image-preview-caption {
    display: none;
}

/* Ende der erneuten Übernahme */
.slider .container-booking-button-homepage {
    position: absolute;
    width: 1366px;
    max-width: 100%;
    z-index: 1;
    bottom: 0;
}

.slider .container-booking-button-homepage > div {
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.booking-button {
    display: inline-block;
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #f0c14b 0%, #f6dda0 100%);
    padding: 7px 20px;
    border: 2px solid white;
    color: #031022 !important;
    text-transform: uppercase;
    font-size: 1.375rem; /* 22px */
    font-weight: normal;
    cursor: pointer;
}

@media (max-width: 575px) {
    .booking-button {
        font-size: 1rem; /* 16px */
    }
}

.booking-arrow-right {
    display: inline-block;
    width: 20px;
}

.booking-arrow-right i {
    animation-name: anim-booking-arrow-right;
    animation-duration: 1.5s;
    /* animation-fill-mode: forwards; */
    animation-iteration-count: infinite;
}

@keyframes anim-booking-arrow-right {
    from {
        margin-left: 0;
    }
    
    50% {
        margin-left: 7px;
    }
    
    to {
        margin-left: 0;
    }
}

/* 03.09.2023: Geschichten */
.container-story {
    margin: 0 auto;
    text-align: justify;
    max-width: 768px;
    box-shadow: 0px 7px 5px rgba(0,0,0,0.4);
    position: relative;
    border: 1px solid #c1b6b3;
    border-radius: 25px;
    padding: 30px;
    margin-bottom: 50px;
    background-color: white;
}

/* Hauptmenü */
#nav-container {
    position: absolute;
    top: 80px;
    left: 5%;
}

#main-menu {
    display: flex;
    gap: 25px;
}

#main-menu a {
    color: white;
    text-decoration: none;
}

#mobile-menu-burger,
#mobile-nav {
    display: none;
    z-index: 2;
}

/* 04.07.2021: Neues Menü */
#mobile-nav {
    position: absolute;
    border: 1px solid #c1b6b3;
    right: 0px;
    top: 48px;
    background-color: white;
}

#mobile-nav > div {
    border-bottom: 1px solid #c1b6b3;
    padding: 25px 15px;
    cursor: pointer;
}

#mobile-nav > div:last-of-type {
    border-bottom: 0;
}

#mobile-nav a {
    text-decoration: none;
    font-size: 1rem; /* 16px */
    color: #448cde;
}

#mobile-nav > div:hover {
    background-color: #448cde;
}

#mobile-nav > div:hover a {
    color: white;
}

@media (max-width: 991px) {
    /* Burger für mobiles Menü */
    #mobile-menu-burger {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    #mobile-menu-burger div {
        border-bottom: 2px solid white;
        margin-bottom: 8px;
    }

    #nav-container {
        display: none;
    }
}

/* 07.04.2023: Sprachwechsel */
#container-language-switcher {
    position: absolute;
    right: 2px;
    top: 8px;
}

#container-language-switcher img {
    width: 30px;
}

#container-language-switcher a {
    padding: 0;
}
  
#container-language-switcher a:last-of-type {
    padding-right: 5px;
}

@media (max-width: 991px) {
    #container-language-switcher {
        top: -7px;
        right: 60px;
    }

    #container-dark-mode-switcher {
        margin-top: -14px;
    }
}

@media (max-width: 991px) {
    body.homepage #container-language-switcher {
        top: 45px;
        right: 12px;
    }

    body.homepage #container-dark-mode-switcher {
        margin-top: 0;
    }

    #container-language-switcher img {
        width: 22px;
    }
}

/* 17.06.2024: Dark-Mode-Wechsel */
#container-dark-mode-switcher {
    position: relative;
    text-align: right;
    padding-right: 6px;
    z-index: 1;
}

.mode-icon {
    color: #0d1421;
    font-size: 24px;
}

.mode-icon.dark {
    color: white;
}

/* Top-Icons */
@font-face {
    font-family: 'tequilaregular';
    src: url('fonts/tequila-webfont.woff2') format('woff2'),
         url('fonts/tequila-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.top-icon {
    position: relative;
    text-align: center;
}

.top-icon,
.top-icon a {
    color: black;
    font-size: 2.5rem; /* 40px */
    text-decoration: none;
    font-family: 'tequilaregular', Arial, sans-serif;
}

@media (max-width: 767px) {
    .top-icon,
    .top-icon a {
        font-size: 1.5rem; /* 24px */
    }

    #tags {
        gap: 30px;
    }
}

.top-icon i {
    display: block;
    font-size: 2.625rem; /* 42px */
    margin-bottom: 8px;
}

.top-icon img {
    width: 50px;
}

.top-icons-descriptions {
    width: auto;
    text-align: right;
}

.top-icon-title {
    font-size: 1.2rem; /* 19.2px */
    white-space: nowrap;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 300;
}

.top-icon-content {
    text-align: right;
    color: #999999;
    font-size: 0.7rem; /* 11.2px */
}

@media (max-width: 991px) {
    .top-icon {
        width: auto;
    }

    .top-icon i {
        font-size: 1.75rem; /* 28px */
    }
}

@media (max-width: 575px) {
    .top-icons-descriptions {
        display: none;
    }
}

.top-icon a.videos {
    color: fuchsia;
}

/* Hauptsächliche Spalten */
.main-columns {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.col-left,
.col-right {
    width: 230px;
    border: 0px solid red;
}

.col-left img,
.col-right img {
    max-width: 100%;
    height: auto;
}

.col-middle {
    width: 665px;
    border: 0px solid green;
}

.col-middle-content-inner {
    background-color: white;
    padding: 15px;
}

.middle-content-additional {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 15px;
}

.middle-content-additional .content-block {
    width: 230px;
}

.middle-post {
    display: none;
}

.middle-content-additional .middle-post {
    display: block;
}

@media (max-width: 1199px) {
    .col-middle {
        order: 1;
        width: 75%;
    }

    .col-left {
        order: 2;
        width: 30%;
    }

    .col-right {
        order: 3;
        width: 30%;
    }

    .middle-content-additional .content-block {
        display: none;
    }

    .middle-post {
        display: block;
    }
}

@media (max-width: 575px) {
    .col-middle {
        width: 95%;
    }

    .col-left {
        width: 45%;
    }

    .col-right {
        width: 45%;
    }
}

.content-block {
    position: relative;
    background-color: white;
    padding: 15px;
    margin-bottom: 15px;
}

.content-block img {
    width: 100%;
    height: auto;
}

.subheader-title {
    font-size: 1rem;
    text-align: center;
    color: #444;
    margin-bottom: 1rem;
    font-weight: 400;
    font-family: Arial,Verdana,sans-serif;
    text-transform: uppercase;
}

.subheader-title img {
    margin-top: 10px;
}

#blubliss-biggest-hint {
    text-align: center;
    margin-bottom: 15px;
}

.sidebar-text {
    font-size: 0.75rem; /* 12px */
    line-height: 18px;
}

/* Content mittlere Spalte */
.image-with-text {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    color: #444;
    border-bottom: 2px solid #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.col-middle-content-inner > div:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.image-with-text h3 {
    margin: 0 0 8px 0;
}

.image-with-text-content {
    flex-grow: 1;
}

.image-with-text-date {
    color: gray;
}

.image-with-text-image img {
    height: 330px;
    max-width: 100%;
    object-fit: cover;
}

@media (max-width: 575px) {
    .image-with-text-image {
        width: 100%;
    }

    .image-with-text-image img {
        width: 100%;
        height: auto;
    } 
}

.image-with-text-link {
    text-align: right;
}

.image-with-text-link a,
.sidebar-text a {
    color: #707070;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem; /* 14.4px */
}

.stars-hint {
    text-align: center;
    margin-bottom: 30px;
}

.stars-hint > div {
    display: inline-block;
    margin: 0 auto;
}

/* Footer */
footer {
    margin-top: 75px;
    padding: 0 15px;
}

.footer-header {
    font-size: 2rem;
    color: #23527c;
}

.footer-menus ul {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    column-count: 3;
}

@media (max-width: 575px) {
    footer {
        margin-top: 25px;
    }

    .footer-menus ul {
        column-count: 2;
    }
}

.footer-menus li {
    margin-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
}

.footer-menus li a {
    font-size: 0.8rem; /* 12.8px */
    color: #797979;
    text-decoration: none;
}

.copyright {
    font-size: 0.6875rem; /* 11px */
    color: #23527c;
}

/* WooCommerce */
.woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    margin-right: 5.8823529412%;
}

@media (min-width: 768px) {
    .col-full {
        max-width: 66.4989378333em;
        margin-left: auto;
        margin-right: auto;
        padding: 0 2.617924em;
        box-sizing: content-box;
    }
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    /* border-top: 1px solid rgba(0, 0, 0, .05); */
  }

.woocommerce-MyAccount-navigation ul {
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05);;
    height: 33px;
    margin-top: 15px;
}

.woocommerce-MyAccount-navigation a {
    text-decoration: none;
}

.woocommerce-Input,
.woocommerce-input-wrapper input,
.woocommerce-form-login input {
    line-height: 2.3 !important;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 6px;
    padding-left: 5px;
    padding-top: 3px;
}

.woocommerce-form-row label,
.woocommerce-form-row span em {
    font-size: 12px;
}

.woocommerce-EditAccountForm fieldset {
    margin-top: 25px;
    border: 1px solid rgba(0, 0, 0, .3);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    font-size: 16px;
}

form.woocommerce-ordering {
    display: none;
}

ul.products img {
    border: 1px solid rgba(0, 0, 0, .3);
}

.woocommerce-message {
    border-top-color: #c09084;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #c09084;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #c09084;
    opacity: .8;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: transparent;
}

@media (max-width: 767px) {
    .packages-listing ul.products span {
        font-size: 14px;
    }
}

.product-data {
    display: none;
}

.popover-container {
    max-width: 300px;
}

ul.products img {
    cursor: pointer;
}

th.product-quantity,
td.product-quantity {
    display: none;
}

/* Angaben wie "1x" nach Paketname im Check-out und auf der Bestätigungsseite danach ausblenden */
#order_review .product-quantity,
.woocommerce-order-details .product-quantity,
.woocommerce-cart-form .product-quantity {
    display: none !important;
}

/* Rechnungsadresse in Check-out-Bestätigung ausblenden */
.woocommerce-order .woocommerce-customer-details {
    display: none;
}

/* "Dein Paket" auf Warenkorb-Seite "geschwungen" darstellen */
.handwriting {
    font-family: 'Brush Script MT';
}

h1.handwriting {
    font-size: 42px;
}

/* Button "Warenkorb aktualisieren" verstecken */
.woocommerce-cart-form__contents tbody tr:last-of-type {
    display: none !important;
}

/* Zusätzliche Listung von Zwischensumme und Gesamtsumme im Warenkorb ausblenden (es soll ohnehin nur ein Paket möglich sein) */

/* Farbfestlegung für Sprechblasen-Box "Direkte Banküberweisung" (oder vermutlich auch andere Zahlungsarten, wenn sie hinzugefügt werden) */
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #ebc7c7;
    color: black;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ebc7c7;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

/* Vorname und Nachname aus Formular "Mein Konto -> Konto-Details" entfernen */
.woocommerce-EditAccountForm > p:first-of-type,
.woocommerce-EditAccountForm > p:nth-of-type(2) {
    display: none;
}

/* Ansicht für Menü und Inhalt bei  "Mein Konto" optimieren */
.account-page .woocommerce {
    display: flex;
    justify-content: space-between;
}

.woocommerce-MyAccount-navigation {
    width: 140px;
}

.woocommerce-MyAccount-content {
    width: calc(100% - 155px);
}

@media (max-width: 479px) {
    .account-page .woocommerce {
        flex-wrap: wrap;
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100%;
    }
}

/* Schriftgröße für den Namen eines Pakets (Produkts) auf der Listungsseite festlegen */
h2.woocommerce-loop-product__title {
    font-size: 24px !important;
}

a.reset_variations::before{
    content: "\a";
    white-space: pre;
}

/* Styles für die Produktdetailseite */
select#laufzeit {
    height: 30px;
}

.single_variation {
    margin-bottom: 15px;
}

.woocommerce-variation-description {
    display: none;
}

/* Styles für die Produktlistungsseite */
li.product > ul {
    list-style-type: circle !important;
    margin-left: 15px !important;
}

li.product > ul li {
    list-style: inherit !important;
}

.popover-content > ul {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
}

.woocommerce ul.products li.product strong {
    display: inherit;
}

.woocommerce-orders-table__cell a:nth-of-type(2) {
    margin-left: 5px;
}

.woocommerce ul.products li.product .price {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .woocommerce ul.products li.product .price {
        font-size: 18px;
    }
}

/* 04.09.2022: Shop-Seite */
li.product .price {
    hyphens: none;
    text-align: left;
}

/* 11.04.2023: In mobiler Ansicht auf der Shop-Seite nur zwei Produkte pro Zeile anzeigen. */
/* @media (max-width: 575px) {
    .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
        width: 45%;
    }
} */

/* 04.06.2023: Wieder einfügte Styles zur Formatierung der Tabelle unter "Account". */
#tbl-access-stats {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    margin-bottom: 15px;
}

#tbl-access-stats th,
#tbl-access-stats td {
    text-align: left;
    padding: 5px;
}

#tbl-access-stats th {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

@media (min-width: 768px) {
    #tbl-access-stats {
        width: 50%;
    }
}

.stock.in-stock {
    display: none;
}

/* 16.09.2023: Cookie-Banner. */
#cookie-banner {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    background: rgba(45, 109, 199, 0.8);
    color: white;
    width: 100%;
    min-height: 50px;
    z-index: 2;
    /* border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2); */
}

#cookie-banner > div {
    padding: 10px;
}

#cookie-banner-btn {
    flex-basis: 10%;
}

#cookie-banner-btn > div {
    display: inline-block;
    border: 1px solid;
    padding: 10px;
    background-color: white;
    color: #2d6dc7;
    cursor: pointer;
}

/* 05.04.2024: Suchfunktion */
#search-container {
    position: absolute;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1199px) {
    #search-container {
        position: relative;
        float: right;
    }
}

#search {
    padding-left: 25px;
    width: 275px;
    max-width: 100%;
    height: 30px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#search-results {
    position: absolute;
    width: 302px;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    top: 35px;
    background-color: white;
    z-index: 1;
    display: none;
    border-radius: 15px;
    z-index: 2;
}

.search-result {
    padding: 3px 6px;
}

.search-result:hover,
.search-result.selected {
    background-color: #d1ecf1;
    cursor: pointer;
}

#search-form-container {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

#search-magnifying-glass {
    position: absolute;
    top: 10px;
    left: 7px;
    cursor: pointer;
}

#search-cancel {
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 1.375rem; /* 22px; */
    cursor: pointer;
}

/* 18.04.2024: Tag-Cloud */
#tag-clouds {
    display: flex;
}

.tag-cloud {
    text-align: center;
    flex-basis: calc(50% - 50px);
    padding: 0 50px;
}

.tag-cloud ul {
    padding-left: 0;
}

.tag-cloud li {
    display: inline-block;
    margin-right: 8px;
    color: #377ed6;
    cursor: pointer;
}

.tag.tier-1 {
    font-size: 42px;
}

.tag.tier-2 {
    font-size: 34px;
}

.tag.tier-3 {
    font-size: 26px;
}

.tag.tier-4 {
    font-size: 18px;
}

.tag.tier-5 {
    font-size: 10px;
}

@media (max-width: 767px) {
    .tag-cloud {
        flex-basis: 50%;
        padding: 0;
    }

    .tag.tier-1 {
        font-size: 22px;
    }
    
    .tag.tier-2 {
        font-size: 19px;
    }
    
    .tag.tier-3 {
        font-size: 16px;
    }
    
    .tag.tier-4 {
        font-size: 13px;
    }
    
    .tag.tier-5 {
        font-size: 9px;
    }
}