.single-case_studies .wp-block-columns.is-layout-flex {
    flex-wrap: nowrap;
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 15px;
}
.type-case_studies .entry-header {
    padding-bottom: 75px;
}
.type-case_studies .bg-blue .entry-title {
    color: #fff;
    text-transform: none;
    font-size: 65px;
    text-align: center;
    line-height: 1.1;
    width: 100%;
}
.case_studies.type-case_studies h2,
.case_studies.type-case_studies h3,
.case_studies.type-case_studies h4 {
    font-size: 37px;
    line-height: 1.3;
}
.single-case_studies .entry-content p {
    color: #6c7280;
}
.single-case_studies .entry-content .component-cta p {
    color: #fff;
}
.single-case_studies .component-cta.bg-blue .section-title .title {
    margin-bottom: 15px;
}
.type-case_studies .bg-blue .entry-title span {
    color: var(--aqua);
}
.type-case_studies .intro {
    font-size: 28px;
    line-height: 1.3;
}
.single-case_studies .entry-content .taxonomy p {
    color: #222222;
}
.type-case_studies .entry-header > .container {
    min-height: 465px;
    padding-top: 110px;
    padding-bottom: 25px;
}
.type-case_studies .entry-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 0;
}
.case-study--container {
    background: #fff;
    border-radius: 60px;
    padding: 15px 16px;
    margin-top: -75px;
    box-shadow: 3px 8px 11px 0 rgba(0,0,0,0.08);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.brand-title {
    font-size: 37px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: left;
}
.case-study--bio {
    gap: 30px;
}
.case-study--bio figure {
    object-fit: cover;
    height: 117px;
    width: 117px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 4px 0px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
    background-color: rgba(0,0,0,0.05);
    margin: 0;
}
.case-study--bio figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.taxonomy {
    font-size: 19px;
    line-height: 1.2;
    gap: 10px;
}
.taxonomy p {
    margin: 0;
    font-weight: 600;
    color: var(--black);
}
span.taxonomy-term {
    font-weight: 400;
    color: rgb(34 34 34 / 70%);
}
.caset-studiy-tax {
    gap: 20px;
}
.title {
    color: var(--black);
    margin: 0;
}
.wp-container-core-columns-layout-1.wp-container-core-columns-layout-1,
:where(.wp-block-columns.is-layout-flex) {
    flex-wrap: nowrap;
    gap: 15px !important;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    flex: 1;
    width: 100%;
}

.inset-graph-1.mt-3 canvas {
    width: 100% !important;
    display: flex;
    flex: 1;
}

/*body .is-layout-flex > * {*/
/*    flex: 1;*/
/*}*/

.single-case_studies .entry-content .container {
    max-width: 1336px;
}


.single-case_studies ol {
    padding: 0 0 0 20px;
    color: #6c7280;
}

.single-case_studies .single-arrow.bottom-figure {
    bottom: 0;
    display: none;
}

.crestere span.valoare-sc.preluare-culoare {
    color: #0C9F6E;
}

.scadere span.valoare-sc.preluare-culoare {
    color: #d80000;
}

.col-12.youtube-iframe {
    margin-bottom: 35px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Table Reset CSS */
table {
    border-collapse: collapse; /* Removes spacing between table cells */
    width: 100%; /* Optional: Makes table full width */
    margin: 0; /* Resets margin */
    padding: 0; /* Resets padding */
}

th, td {
    border: 1px solid #ddd;
    color: #6c7280;
    padding: 10px;
}

caption {
    display: none; /* Hides the caption by default */
}

/* Optional: Add styles for borders */
table {
    border: 1px solid #ddd; /* Add a border to the table */
}

th, td {
    border: 1px solid #ddd; /* Add borders to table cells */
}

/* Optional: Styling for hover effects */
tr:hover {
    background-color: #f5f5f5; /* Light grey on hover */
}

/* Optional: Styling for header */
th {
    background-color: #f2f2f2; /* Light background for header */
    font-weight: bold; /* Makes header text bold */
}


@media(min-width: 992px){
    .brand-title {
        text-align: left;
    }
    .case-study--container {
        border-radius: 150px;
    }
    .single-case_studies .component-cta .cta-container {
        margin-top: 0;
    }
    .single-case_studies .component-cta.bg-blue .section-title .title {
        margin-bottom: 0;
    }
}
@media(max-width: 991px){
    .caset-studiy-tax {
        gap: 8px 20px;
    }
}
@media(max-width: 767px){
    .wp-block-columns.is-layout-flex {
        flex-direction: column;
    }
    .type-case_studies .bg-blue .entry-title {
        font-size: 50px;
        line-height: 1.05;
    }
    .type-case_studies .intro {
        font-size: 22px;
        line-height: 1.3;
    }
    .brand-title {
        font-size: 24px;
    }
    .wp-container-core-columns-layout-1.wp-container-core-columns-layout-1,
    :where(.wp-block-columns.is-layout-flex) {
        gap: 0 !important;
    }
}