﻿h1 {
    font-size: 36px!important;
}


.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: #212529; /* пригушено црно */
}

.table th, .table td {
    padding: 0.75rem 1rem; /* 12 × 16 px */
    border: 1px solid #dcdcdc; /* светло сива мрежа */
    text-align: left;
    vertical-align: top;
}

.table thead {
    background-color: #f3f4f6; /* светли header */
    font-weight: 600;
}

/* 2. compact варијанта  ------------------------------------------------ */
.table-sm th,
.table-sm td {
    padding: 0.35rem 0.6rem; /* 6 × 10 px */
}

/* 3. zebra-striping  ---------------------------------------------------- */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.035); /* лагана пруга */
}

/* 4. utility margin  ---------------------------------------------------- */
.mb-4 {
    margin-bottom: 1.5rem;
}

/* 24 px – исто као у бутстрапу */
/* 5. специјални wrapper за CMS табеле  --------------------------------- */
.tbl-cms {
    font-size: 0.95rem; /* мало мањи фонт */
    line-height: 1.4;
    /* Responsive fallback – хориз. скрол испод 768 px */
}

/* Sidebar Styles for CMS Pages */
.cms-page-sidebar {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .cms-page-sidebar {
        margin-top: 0;
        border-left: 1px solid #dee2e6;
        padding-left: 2rem;
    }
}

.cms-page-sidebar .block {
    margin-bottom: 1.5rem;
}

.cms-page-sidebar h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #343a40;
}

.cms-page-sidebar h3 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: #495057;
}

.cms-page-sidebar .widget {
    background: white;
    padding: 1rem;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .tbl-cms {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* опциони мини визуелни „shadow“ на дну скрол-area-е */
    }

        .tbl-cms::-webkit-scrollbar {
            height: 6px;
        }

        .tbl-cms::-webkit-scrollbar-thumb {
            background: #c0c0c0;
            border-radius: 3px;
        }
}
