@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body.site {
    background-image: url('/new2/images/svb_background_1.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0 none;
    font-family: "Open Sans", sans-serif;
}

.container-component {
    background-color:rgba(255,255,255,0.85);
    /* margin-right: 160px;
    width: auto; */
    padding: 0 20px 20px 30px;
}

header.container-header {
    background-color: #f22014;
    background-image: linear-gradient(135deg,#cb1b08,#be1920);
}

header.container-header div.container-nav {
    padding: 0 32px 8px 32px;
}

div.item-content table {
    border-collapse: collapse;
    border-spacing: 0;
}

div.item-content td {
    border: 1px solid black;
}

div.sidebar-right {
    background-color: transparent;
    border-width: 0;
}

div.site-grid div.container-sidebar-right {
    max-width: 173px;
    margin-left: 0;
}

div.main-bottom div.card-body {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 { 
    margin: 12px 0; 
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

h1 { font-size: 26px; line-height: 28px; }
h2 { font-size: 22px; line-height: 24px; }
h3 { font-size: 18px; line-height: 20px; }
h4 { font-size: 14px; line-height: 16px; }
h5 { font-size: 13px; line-height: 15px; }
h6 { font-size: 12px; line-height: 14px; }

.published {
    font-size: 13px;
    color: #666;
}

/* Custom CSS for responsive tables */
.table-responsive-wrapper {
    overflow-x: auto; /* Enables horizontal scrolling when content overflows */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    max-width: 100%; /* Ensures the wrapper doesn't exceed its parent's width */
}

/* Optional: Adjust table width for larger screens if needed, though not strictly necessary */
/* This will prevent the table from being *too* wide on very large displays if it naturally expands */
@media (min-width: 768px) { /* Adjust breakpoint as needed for tablets and desktops */
    .table-responsive-wrapper table {
        width: auto !important; /* Let the table take its natural width */
        max-width: 100%; /* Ensure it doesn't overflow its container on large screens */
    }
}
