body::before {
    content: "TEST VERSION – NOT INTENDED FOR PRODUCTION USE";
    display: block;
    background: #c00;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

a {
  color: #038000;
}

.cmp_manuscript_button, .cmp_button_full, .block_make_submission a, .block_custom ul a, .obj_galley_link {
  background: #038000;
  color: #fff;
}

.cmp_manuscript_button:hover, .cmp_manuscript_button:focus, .block_make_submission a:hover, .block_make_submission a:focus, .block_custom ul a:hover, .block_custom ul a:focus, .obj_galley_link:hover, .obj_galley_link:focus {
  background: #026600;
}

#navigationPrimary > li > a:hover, #navigationPrimary > li > a:focus {
  border-color: #038000;
}

#navigationPrimary a:hover, #navigationPrimary a:focus {
    color: #038000;
}

#navigationPrimary a{
  color:#000;
  background:transparent;   
}

.pkp_navigation_primary_row{
  background-color: #e6e6e6;
}

.pkp_site_name .is_img img {
        max-height: 30px;
    }

.pkp_structure_content{
  margin: 10px
}

.pkp_site_name_wrapper{
  margin: 0 10px;
}

.pkp_structure_page {
margin: 0 auto;
max-width:100%;
}

@media (min-width: 1200px) {
  .has_site_logo .pkp_head_wrapper, .pkp_site_name_wrapper {
    width: auto;
  }
}

@media (min-width: 992px) {
  .pkp_navigation_user_wrapper {
    padding-top: 1.071rem;
    padding-bottom: 1.071rem;
  }

  .has_site_logo .pkp_head_wrapper {
    width: 100%;
  }

  .pkp_site_name .is_img img {
        max-height: 45px;
    }

  .pkp_structure_main{
    float: right;
  }

  .pkp_structure_sidebar::before{
    position:relative;
    border: none;
  }

  .pkp_structure_sidebar{
    float: left;
    border-right: 1px solid lightgray;
  }

  .pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
   outline: 0;
   background: #ddd !important;
  }

  #navigationPrimary ul a:hover, #navigationPrimary ul a:focus {
   margin-right: 0;
   color: #038000;
  }

  #navigationPrimary ul {
   background: #038000;
  }

  #navigationPrimary ul a {
   color: #fff;
  }

  .pkp_navigation_search_wrapper a {
   color: #026600;
  }

  .pkp_navigation_search_wrapper a:hover, .pkp_navigation_search_wrapper a:focus {
   color: #026600;
   border-color: #038000;
   background: transparent;
  }
}

/* Login */
#navigationUser a[href*="/login"]{
  background:#fff;
  color:#038000 !important;
  border:1px solid #038000;
}
#navigationUser a[href*="/login"]:hover{
  background:#02660038;
}

/* Register */
#navigationUser a[href*="/user/register"]{
  background:#038000;
  color:#fff !important;
  border:1px solid #038000;
}
#navigationUser a[href*="/user/register"]:hover{
  background:#026600;
}

#navigationUser a[href*="/login"],
#navigationUser a[href*="/user/register"]{
  width: 7rem;
  padding: 8px 16px;
  text-align:center;

}

/* Jednotný styl všech bočních menu */

.side-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-menu li a {
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #e0e0e0;
    text-decoration: none;
    background: #fff;
    color: #000;
}

.side-menu li:last-child a {
    border-bottom: none;
}

.side-menu li a:hover,
.side-menu li a:focus {
    background: #f5f5f5;
}

/* ABOUT US */
.journal-container,
.c-text {
    max-width: 1100px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.journal-container p,
.c-text p {
    margin: 0 0 10px;
}

.journal-container .highlight,
.c-text .highlight,
.journal-container .c-text__highlight,
.c-text .c-text__highlight {
    background: #e4f3d7;
    padding: 8px 10px;
    margin: 10px 0;
}

.journal-container h2,
.c-text h2 {
    background: #e4f3d7;
    padding: 6px 10px;
    margin: 20px 0 10px;
    font-size: 1.1rem;
}

.journal-container .columns,
.c-text__about-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 15px;
}

.journal-container .columns ul,
.c-text__about-ul ul {
    flex: 1;
    margin: 0;
    padding-left: 25px;
}

.journal-container .columns li,
.c-text__about-ul li {
    margin-bottom: 4px;
}

.c-text__ab-ul__pad-r {
    padding-right: 15px;
}

.c-text__ab-ul__pad-l {
    padding-left: 15px;
}

.journal-container em,
.c-text em,
.c-italic {
    font-style: italic;
}

.journal-container .c-bold,
.c-text .c-bold {
    font-weight: bold;
}

.journal-container ul,
.journal-container ol,
.c-text ul,
.c-text ol {
    margin: 0 0 15px 25px;
    padding: 0;
}

.journal-container li,
.c-text li {
    margin-bottom: 6px;
}

.journal-container a,
.c-text a {
    color: #038000;
    text-decoration: none;
}

.journal-container a:hover,
.journal-container a:focus,
.c-text a:hover,
.c-text a:focus {
    text-decoration: underline;
}

/* ===== FOOTER – horní navigační část ===== */

.c-fnav__bg {
    background: #f3f3f3;
}

.c-fnav {
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 0 10px;
    display: flex;
    justify-content: center;
    gap: 60px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.c-fnav__ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
}

.c-fnav__ul li {
    margin-bottom: 4px;
}

.c-fnav__li-head {
    margin-bottom: 6px;
    color: #038000;
}

.c-fnav__a {
    color: #242424;
    text-decoration: none;
}

.c-fnav__a:hover,
.c-fnav__a:focus {
    text-decoration: underline;
    color: #242424;
}


.c-creators {
    text-align: center;
    font-size: 0.85rem;
    padding: 6px 0;
}

.c-creators__bottom {
    padding-bottom: 12px;
}

.c-nonmargin {
    margin: 0;
}

/* ===== FOOTER – spodní lišta s logy a adresou ===== */

.c-footer {
    background: #e8e8e8;
    border-top: 1px solid #d0d0d0;
    padding: 15px 0;
    margin-top: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.c-footer__content {
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.c-footer__p {
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
}

.c-footer__img {
    height: 65px;  
    width: auto;
    object-fit: contain;
}


.c-fmargin__left {
    margin-left: 10px;
}

.c-address__line {
    border-left: 1px solid #c0c0c0;
    padding-left: 20px;
}

.c-address__a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.c-footer__img-point {
    margin-right: 10px;
}

.c-footer__address {
    font-size: 0.85rem;
    line-height: 1.3;
}

.c-footer__address-prague {
    font-weight: bold;
}

.c-fmargin__right {
    margin-left: auto;
}