/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1770200542
Updated: 2026-02-04 11:22:22

*/

.hrs-embed iframe{
  width:100% !important;
  height:900px !important;
  border:0 !important;
  display:block !important;
}
@media (max-width: 768px){
  .hrs-embed iframe{ height: 1100px !important; }
}


/* ============================= */
/* RK ZAGOREC – MODERNA TABLICA */
/* ============================= */

.wpcm-standings table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    font-family: inherit;
}

/* Header */
.wpcm-standings thead th {
    background: transparent !important;
    color: #0a3c75;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    border: none !important;
}

/* Row kartice */
.wpcm-standings tbody tr {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}

/* Hover efekt */
.wpcm-standings tbody tr:hover {
    transform: translateY(-3px);
}

/* Cells */
.wpcm-standings tbody td {
    padding: 14px 12px;
    border: none !important;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

/* Pozicija lijevo kao badge */
.wpcm-standings td.pos {
    width: 50px;
    font-weight: 800;
    font-size: 16px;
    color: white;
    text-align: center;
    background: linear-gradient(180deg,#0a6fdc,#00b7ff);
    border-radius: 14px;
}

/* Club cell */
.wpcm-standings td.club {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #0a3c75;
}

/* Logo */
.wpcm-standings td.club img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    border-radius: 50%;
    background: white;
    padding: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Points badge desno */
.wpcm-standings td.pts {
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    color: white;
    background: #0a3c75;
    border-radius: 12px;
    width: 70px;
}

/* Highlighted klub (RK Zagorec) */
.wpcm-standings tr.highlighted {
    background: linear-gradient(90deg,#0a6fdc,#00b7ff) !important;
    color: white !important;
}

.wpcm-standings tr.highlighted td {
    color: white !important;
}

.wpcm-standings tr.highlighted td.pts {
    background: white !important;
    color: #0a3c75 !important;
}

/* Mobile responsive */
@media(max-width: 768px){

    /* sakrij statistike na mobu */
    .wpcm-standings th.f,
    .wpcm-standings th.a,
    .wpcm-standings th.gd,
    .wpcm-standings td.f,
    .wpcm-standings td.a,
    .wpcm-standings td.gd {
        display: none;
    }

    .wpcm-standings td.club {
        font-size: 14px;
    }

    .wpcm-standings td.pos {
        width: 40px;
        font-size: 14px;
    }
}
