/* General page elements */ 
.wp-block-site-logo img {
  filter: invert(1) hue-rotate(180deg);
}
/* Predstavitev clanov page */ 
.pagelayer-col-holder > .pagelayer-heading:first-child .pagelayer-heading-holder, 
.pagelayer-btn-text, .fa-arrow-right:before{
     color: #c43835 !important;
}
.predstavitev-clanov-content .pagelayer-img{
  min-height: 250px ; 
}
.predstavitev-clanov-content .pagelayer-owl-carousel .pagelayer-owl-item img{
  min-height: 150px !important;
  margin: 0 5px;
   width: calc(100% - 10px) !important;
  object-fit: cover;
}
.p-30k4880{
  max-width: 1170px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Dokumenti page */ 
.documents-row{justify-content: space-between !important;}
@media (min-width: 782px) {
    .documents-left-column {
        flex-basis: 78% !important ;
    }
}
.documents-container a{
  color: #c43835 !important;
  text-decoration: underline !important;
}

/* O klubu page*/ 
.fkng-history {
  overflow-x: auto;
  margin: 30px 0;
}

.fkng-history table {
  width: 50%;
  border-collapse: collapse;
  background: #0d0d0d;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0,0,0,0.6);
}

.fkng-history th {
  text-align: left;
  padding: 14px;
  background: #1a1a1a;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #333;
}

.fkng-history td {
  padding: 12px 14px;
  color: #e6e6e6;
  border-bottom: 1px solid #222;
}

.fkng-history tr:nth-child(even) {
  background: #141414;
}

.fkng-history tr:hover {
  background: #1f1f2e;
  transition: 0.2s ease;
}

@media (max-width: 600px) {
  .fkng-history th, 
  .fkng-history td {
    padding: 10px;
    font-size: 14px;
  }
  .fkng-history table {
    width: 100%;  
  } 
}

/* Razpisi */ 
.pagelayer-wposts-post,  .pagelayer-wposts-col{
  border-radius:   14px !important;
  background: #0f172a !important;
}
/* MAIN CONTENT WRAPPER */
.pagelayer-wposts-content {
  background: #0f172a !important;
  padding: 20px !important;
  border-radius:   14px !important;
  color: #eaeaea !important;
}

/* TITLE */
 .pagelayer-wposts-content .pagelayer-wposts-title{
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom:  0px !important;
  line-height: 1.4 !important;
  transition: 0.2s ease !important;
}

/* TITLE HOVER */ 
.pagelayer-wposts-col:hover .pagelayer-wposts-title{
  color: #c43835 !important;
}

/* META (author + date) */
.pagelayer-wposts-content .pagelayer-wposts-meta{
  display: none !important;
}

/* META LINKS */
.pagelayer-wposts-content a{ 
  text-decoration: none !important;
}

/* META LINK HOVER */
.pagelayer-wposts-content a:hover{
  color: #c43835 !important;
}

/* ADD DOCUMENT ICON */
.pagelayer-wposts-content .pagelayer-wposts-title::before{
  content: "📄";
  margin-right: 8px;
  opacity: 0.8;
}

/* OPTIONAL: subtle separator */
.pagelayer-wposts-content{
  border-top: 1px solid rgba(255,255,255,0.05) !important;
}

/* CLEAN EMPTY EXCERPT */
.pagelayer-wposts-excerpt{
  display: none !important;
}