@font-face {
    font-family: 'FrutigerCE';
    src: url('FrutigerCE-Roman.woff2') format('woff2'),
        url('FrutigerCE-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FrutigerCE';
    src: url('FrutigerCE-Italic.woff2') format('woff2'),
        url('FrutigerCE-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FrutigerCE';
    src: url('FrutigerCE-Bold.woff2') format('woff2'),
        url('FrutigerCE-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.KongresProdej4 {
    font-size: 16px;
    color: #4d1e0f;
    font-weight: bold;
    font-family: "Arial";

    margin-left: auto;
    margin-top: 24px;
    margin-bottom: 24px;
    height: 37px;
    padding: 0 17px;
    background: url('vzor.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: none;
    text-decoration: none;
    width: 850px;
    max-width: 100%;
    position: relative;
    z-index: 1; /* tlačítko pod label */
}



.KongresProdej4 > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0; 
}

.KongresProdej4 span.light {
    color: #fff;
    opacity: 0.631;
}

.KongresProdej4:hover, .KongresProdej4:focus {
    color: #4d1e0f;
}

.KongresProdej4:hover {
    /*background-image: url('buttonUP_stextem.png');*/
}

.KongresProdej4:active {
    /*background-image: url('buttonDOWN_stextem.png');*/
}


.campaign-label {
    width: 850px;
    padding: 0 16px;
    max-width: 100%;
    position: absolute;
    top: -39px; /* posun nad tlačítko */
    right: 0;
    z-index: 2; /* nad tlačítkem */

    font-family: 'FrutigerCE', sans-serif; /* fallback */
    color: #df582a;
}

.campaign-label-left {
    font-weight: bold;
    font-size: 34px;
    display: inline-block;
    width: 50%;
}

.campaign-label-right {
    font-style: italic;
    font-size: 27px;
}

.KongresProdejWrap {
    position: relative;
}

.campaign-label::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;

  height: 1px;
  background-color: #513530;

  transform: scaleY(0.5);
  transform-origin: top;
  pointer-events: none;
}

body.kongres-hide-description .page-description {
    display:none !important;
}