/*
Theme Name: Optima - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: Child Theme for Optima
Version: 5.0
Template: optima
*/
@import url("../optima/style.css");

/* === HERO === */
.site_wrapper {
    position: relative;
    z-index: 0;
    padding-top: 0px;
}

.t2-hero {
    background: rgb(90, 161, 204);
    padding: 70px 20px 70px;
    text-align: center;
    margin-top: -60px;
}
.t2-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.t2-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.4px;
}

/* === MAIN 2-COLUMN WRAP === */
.t2-main-wrap {
    background: #fff;
    padding: 40px 20px 70px;
}
.t2-main-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 30px;
    align-items: start;
}

/* === LEFT CONTENT === */
.t2-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: #666;
    margin-bottom: 20px;
}
.t2-meta-dot { color: #bbb; }
.t2-meta-cat { color: #555; }

.t2-main-wrap .t2-content blockquote.t2-intro-quote,
.t2-main-wrap blockquote.t2-intro-quote {
    position: relative !important;
    border: none !important;
    border-left: none !important;
    padding: 16px 22px 16px 26px !important;
    margin: 0 0 28px !important;
    background: #f0f7fb !important;
    border-radius: 0 6px 6px 0 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.7 !important;
    color: #1a1a1a !important;
    font-style: normal !important;
    box-shadow: none !important;
    outline: none !important;
    overflow: visible !important;
    z-index: 0 !important;
border-left: 3px solid #5e9c8a !important;
}

 
/* Featured image */
.t2-feat-wrap { margin-bottom: 28px; }
.t2-feat-img {
    width: 100% !important;
    height: 320px !important;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

/* Post content */
.t2-post-content {
    font-size: 16px;
    line-height: 1.85;
    color: #333;
}
.t2-post-content p { margin-bottom: 18px; }
.t2-post-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin: 44px 0 14px;
}
.t2-post-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 34px 0 12px;
}
.t2-post-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 24px 0 10px;
}
.t2-post-content ul,
.t2-post-content ol { margin: 14px 0 0px 20px; }
.t2-post-content li { margin-bottom: 7px; line-height: 1.75; }
.t2-post-content a {
    color: rgba(94, 156, 138, 1);
      font-weight: 600;
    text-underline-offset: 3px;
}
.t2-post-content img {
    width: 100%;
    height: auto;
    margin: 24px 0;
    border-radius: 6px;
    display: block;
}
.t2-post-content strong { font-weight: 700; color: #111; }
.t2-post-content blockquote {
    border-left: 4px solid #1B6A8A;
    padding: 12px 20px;
    margin: 24px 0;
    background: #f0f7fb;
    border-radius: 0 6px 6px 0;
    font-style: italic;
    color: #555;
}
.t2-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
}
.t2-post-content table th,
.t2-post-content table td {
    border: 1px solid #e5e7eb;
    padding: 10px 14px;
    text-align: left;
}
.t2-post-content table th {
    background: #f3f4f6;
    font-weight: 700;
    color: #111;
}

/* === SIDEBAR === */
.t2-sidebar {
    position: sticky;
    top: 30px;
}

/* Share box */
.t2-share-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 28px;
}
.t2-share-label {
    font-size: 17px;
    font-weight: 600;
    color: #555;
}
.t2-share-btns { display: flex; gap: 8px; }
.t2-soc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s;
}
.t2-soc:hover { opacity: 0.82; }
.t2-soc-fb { background: #1877f2; }
.t2-soc-tw { background: #111; }
.t2-soc-li { background: #0a66c2; }

/* More Posts */
.t2-more-box { }
.t2-more-title {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(92, 159, 171);
}
.t2-more-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.t2-more-item {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}
.t2-more-img-wrap {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    display: block;
}
.t2-more-img {
    width: 80px !important;
    height: 60px !important;
    object-fit: cover;
    display: block;
}
.t2-more-info { flex: 1; min-width: 0; }
.t2-more-item-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 6px;
    color: #111;
}
.t2-more-item-title a {
    text-decoration: none;
    color: black;
    font-size: 17px;
    font-weight: 600;
}
.t2-more-item-title a:hover { color: #1B6A8A; }
.t2-more-item-excerpt {
    font-size: 16px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 5px;
}
.t2-more-readmore {
    font-size: 16px;
    font-weight: 600;
    color: rgba(94, 156, 138, 1);
    text-decoration: none;
}
.t2-more-readmore:hover { text-decoration: underline; }


.t2-more-item:last-child {
    border-bottom: none;
}
/* === RESPONSIVE === */
@media (max-width: 900px) {
    .t2-main-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .t2-sidebar { position: static; }
    .t2-title { font-size: 30px; }
}
@media (max-width: 600px) {
    .t2-title { font-size: 24px; }
    .t2-feat-img { height: 220px !important; }
    .t2-intro-quote { font-size: 15px; }
}
@media (max-width: 480px) {
    .t2-title { font-size: 20px; }
    .t2-more-img-wrap {
        width: 60px;
        height: 50px;
    }
    .t2-more-img {
        width: 60px !important;
        height: 50px !important;
    }
}