/*
 * Theme Name: CMAB Theme
 * Description: California Milk Advisory Board - Press Room & Resources Theme
 * Author: Ketchum
 * Version: 1.0.0
 * Text Domain: cmab
 */

@import url(https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap);

/* ========================================================================
   CUSTOM FONTS (Locally Hosted)
   - Didact Gothic: Used for headings (alternative to Century Gothic)
   - Cardo: Used for body/paragraphs (alternative to Hoefler Text)
   ======================================================================== */

/* Didact Gothic replaced by Google Fonts import */


@font-face {
    font-family: 'Cardo';
    src: url('static/fonts/cardo/Cardo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cardo';
    src: url('static/fonts/cardo/Cardo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cardo';
    src: url('static/fonts/cardo/Cardo-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: Georgia, 'Cardo', 'Hoefler Text', "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lucida Grande", 'Didact Gothic', 'Century Gothic', 'AppleGothic', sans-serif;
}

/* Global Red Box for external/nofollow links */
a[rel*="nofollow"]:not([href*="recyclethejug.com"]) {
    border: .14em dashed #c00;
    padding: 2px 6px;
    outline-offset: .2em;
    display: inline-block;
    text-decoration: none;
    color: #43847d;
}


a {
    color: #43847d;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #356e68;
    text-decoration: underline;
}

/* ========================================================================
   VISUALLY HIDDEN (Accessibility)
   ======================================================================== */

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}

/* ========================================================================
   SKIP LINK
   ======================================================================== */

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 0;
}

/* ========================================================================
   SITE HEADER (Bootstrap 5 Navbar)
   ======================================================================== */

.site-header {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.site-header .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-header .logo.navbar-brand {
    margin-right: 15px;
    padding: 0;
}

.site-header .logo.navbar-brand img {
    max-width: 140px;
    max-height: 117px;
    width: auto;
    height: auto;
}

.site-header .site-name.navbar-brand {
    font-size: 28px;
    font-family: "Lucida Grande", 'Didact Gothic', 'Century Gothic', 'AppleGothic', sans-serif;
    color: #43847d;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.3;
    white-space: normal;
    margin-right: auto;
}

.site-header .site-name.navbar-brand:hover {
    color: #337ab7;
    text-decoration: none;
}

.site-header .navbar-toggler {
    border-color: #43847d;
    padding: 8px 12px;
}

.site-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2343847d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile sidebar in navbar - hidden on desktop */
.mobile-sidebar-content {
    padding: 15px 0;
}

.mobile-sidebar-content aside.col-sm-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}

@media (min-width: 768px) {
    .mobile-sidebar-content {
        display: none !important;
    }

    .navbar-collapse {
        display: none !important;
    }
}

@media (max-width: 767px) {

    /* Hide desktop sidebar on mobile */
    .main-container aside.col-sm-3 {
        display: none !important;
    }
}

/* ========================================================================
   MAIN CONTAINER
   ======================================================================== */

.main-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ========================================================================
   SIDEBAR
   ======================================================================== */

.region-sidebar-first {
    padding-top: 0;
}

/* Sidebar Search */
.search-block-form {
    margin-bottom: 20px;
}

.search-block-form .input-group {
    display: flex;
}

.search-block-form .form-control {
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.search-block-form .input-group-btn {
    display: flex;
}

.search-block-form .btn-primary.icon-only {
    background-color: #43847d;
    border-color: #3a736d;
    color: #fff;
    border-radius: 0 4px 4px 0;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-block-form .btn-primary.icon-only:hover {
    background-color: #286090;
    border-color: #204d74;
}

.search-block-form .btn-primary.icon-only svg {
    fill: #fff;
}

/* Sidebar Navigation */
#block-primarylinks .menu--primary-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block !important;
    flex-direction: unset !important;
}

#block-primarylinks .menu--primary-links>li {
    display: block !important;
    float: none;
    text-transform: uppercase;
}

#block-primarylinks .menu--primary-links>li>a {
    display: block;
    padding: 8px 15px;
    color: #43847d;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
}

#block-primarylinks .menu--primary-links>li>a:hover {
    background-color: #f5f5f5;
    color: #23527c;
    text-decoration: none;
}

#block-primarylinks .menu--primary-links>li>a.is-active,
#block-primarylinks .menu--primary-links>li.active>a {
    color: #555;
    font-weight: bold;
    background-color: #f5f5f5;
}

#block-primarylinks .menu--primary-links>li.first>a {
    border-top: 1px solid #eee;
}

/* Sub-menu (children) */
#block-primarylinks .has-children {
    position: relative;
}

#block-primarylinks .submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #43847d;
    font-size: 14px;
    transition: transform 0.25s ease;
    user-select: none;
}

#block-primarylinks .submenu-open>.submenu-toggle {
    transform: rotate(180deg);
}

#block-primarylinks .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

#block-primarylinks .submenu-open>.submenu {
    display: block;
}

#block-primarylinks .submenu li a {
    display: block;
    padding: 6px 15px 6px 30px;
    color: #43847d;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
    font-family: "Lucida Grande", sans-serif;
}

#block-primarylinks .submenu li a:hover {
    background-color: #f5f5f5;
    color: #23527c;
    text-decoration: none;
}

#block-primarylinks .submenu li a.is-active {
    color: #555;
    font-weight: bold;
    background-color: #f5f5f5;
}

/* ========================================================================
   CONTENT AREA
   ======================================================================== */

.page-header {
    padding-top: 18px;
    margin: 0 0 20px;
    border-top: 12px solid #43847d;
    border-bottom: none;
    font-size: 38px;
}

.page.full.clearfix .content {
    margin-bottom: 20px;
}

/* ========================================================================
   PRINT BUTTON
   ======================================================================== */

.print-button-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-print {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background-color: #fff;
    color: #43847d;
    border: 2px solid #43847d;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-print:hover {
    background-color: #43847d;
    color: #fff;
}

.btn-print svg {
    width: 16px;
    height: 16px;
}

@media print {
    @page {
        margin: 15mm 20mm;
    }

    body {
        margin: 0 !important;
        padding: 0 !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin: 0 !important;
    }

    .site-header {
        border-bottom: 1px solid #ccc !important;
        padding: 10px 0 !important;
        background: #fff !important;
    }

    .print-button-wrapper,
    .search-block-form,
    #block-primarylinks,
    .region-sidebar-first,
    aside.col-sm-3,
    .comment-box,
    .footer,
    .skip-link {
        display: none !important;
    }

    .main-container {
        padding: 0 !important;
    }

    .main-container .row {
        display: block !important;
    }

    .col-sm-9,
    section.col-sm-9 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .page-header {
        border-top: 4px solid #43847d !important;
        margin-bottom: 15px !important;
    }

    a[href]:after {
        content: none !important;
    }
}

/* ========================================================================
   RECENT PRESS RELEASES BLOCK
   ======================================================================== */

.block-views-blockfrontpage-block-1 {
    margin-bottom: 30px;
}

.block-views-blockfrontpage-block-1 .block-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #337ab7;
}

.view-frontpage .views-row {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.view-frontpage .views-row:last-child {
    border-bottom: none;
}

.view-frontpage .views-row h2.field-content {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 8px;
}

.view-frontpage .views-row h2.field-content a {
    color: #43847d;
}

.view-frontpage .views-row h2.field-content a:hover {
    color: #23527c;
    text-decoration: underline;
}

.view-frontpage .views-row strong {
    color: #555;
    font-size: 13px;
}

.view-frontpage .views-row p {
    margin: 8px 0;
    color: #555;
    line-height: 1.6;
}

.view-frontpage .views-row>a {
    display: inline-block;
    margin-top: 5px;
    color: #337ab7;
    font-weight: bold;
    font-size: 13px;
}

.view-frontpage .views-row>a:hover {
    color: #23527c;
}

/* ========================================================================
   CONTACT INFORMATION BLOCK
   ======================================================================== */

#block-contactinformation {
    margin-top: 20px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

#block-contactinformation h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

#block-contactinformation h4:first-child {
    margin-top: 0;
}

#block-contactinformation p {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #555;
}

#block-contactinformation a {
    color: #43847d;
}

#block-contactinformation a:hover {
    color: #356e68;
    text-decoration: underline;
}

/* ========================================================================
   SEARCH RESULTS PAGE
   ======================================================================== */

.search-results-form {
    margin-bottom: 10px;
}

.search-results-form .search-results-input-group {
    display: flex;
    max-width: 100%;
}

.search-results-form .form-control {
    border-radius: 4px 0 0 4px;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 14px;
    background-color: #f5f5f5;
}

.search-results-form .btn-primary.icon-only {
    background-color: #43847d;
    border-color: #3a736d;
    color: #fff;
    border-radius: 0 4px 4px 0;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-results-form .btn-primary.icon-only:hover {
    background-color: #356e68;
    border-color: #2d5f5a;
}

.search-help {
    margin-bottom: 5px;
}

.search-help a {
    color: #43847d;
    font-size: 13px;
    text-decoration: none;
}

.search-help a:hover {
    text-decoration: underline;
}

.search-advanced {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    padding: 8px 12px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #333;
}

.search-results-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.search-results-list {
    padding-left: 20px;
    margin: 0;
}

.search-result-item {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.search-result-item .search-result-heading {
    font-size: 18px;
    margin: 0 0 5px 0;
}

.search-result-item .search-result-heading a {
    color: #43847d;
    text-decoration: none;
}

.search-result-item .search-result-heading a:hover {
    text-decoration: underline;
    color: #356e68;
}

.search-result-item .search-result-snippet {
    margin: 0;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.search-result-item .search-result-snippet strong {
    font-weight: bold;
    color: #333;
}

.search-no-results {
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
}

.search-no-results h3 {
    margin-top: 0;
    color: #333;
}

.search-no-results p {
    color: #555;
    margin-bottom: 0;
}

/* ========================================================================
   CONTACT INFORMATION BLOCK
   ======================================================================== */

.cmab-contact-block {
    margin-top: 30px;
    padding-top: 10px;
}

.cmab-contact-heading {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.cmab-contact-address {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

.cmab-contact-address a {
    color: #43847d;
    text-decoration: none;
}

.cmab-contact-address a:hover {
    text-decoration: underline;
}

.cmab-contact-description {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.cmab-contact-subheading {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.cmab-contact-person {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}

.cmab-contact-person a {
    color: #43847d;
    text-decoration: none;
}

.cmab-contact-person a:hover {
    text-decoration: underline;
}

/* ========================================================================
   PRODUCTS PAGE
   ======================================================================== */

.products-breadcrumb-bar {
    background-color: #f0f0f0;
    padding: 8px 15px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #43847d;
}

.products-breadcrumb-bar a {
    color: #43847d;
    text-decoration: none;
}

.products-breadcrumb-bar a:hover {
    text-decoration: underline;
    color: #356e68;
}

.products-intro {
    margin-bottom: 25px;
    line-height: 1.7;
    color: #555;
}

.product-group {
    margin-bottom: 20px;
}

.product-category-heading {
    font-size: 18px;
    font-weight: bold;
    color: #43847d;
    margin: 0 0 6px 0;
    padding: 0;
    border: none;
}

.product-title-list {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
}

.product-title-list li {
    margin-bottom: 4px;
}

.product-title-list li a {
    color: #43847d;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
}

.product-title-list li a:hover {
    text-decoration: underline;
    color: #356e68;
}

/* ========================================================================
   PDF ATTACHMENTS
   ======================================================================== */

.pdf-attachments {
    margin-top: 30px;
    margin-bottom: 20px;
}

.pdf-attachment-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
    margin-bottom: -1px;
}

.pdf-attachment-item:hover {
    background-color: #f0f0f0;
    text-decoration: none;
    color: inherit;
}

.pdf-icon {
    flex-shrink: 0;
    color: #43847d;
    display: flex;
    align-items: center;
}

.pdf-filename {
    flex: 1;
    color: #43847d;
    font-size: 15px;
    font-weight: 500;
}

.pdf-attachment-item:hover .pdf-filename {
    text-decoration: underline;
}

.pdf-size {
    flex-shrink: 0;
    color: #43847d;
    font-size: 14px;
    white-space: nowrap;
}

/* ========================================================================
   PAGINATION
   ======================================================================== */

.pagination-block {
    margin-top: 30px;
    margin-bottom: 20px;
}

.pagination-block .pagination {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    gap: 5px;
    align-items: center;
}

.pagination-block .pagination li {
    margin: 0;
    padding: 0;
}

.pagination-block .pagination li a,
.pagination-block .pagination li button,
.pagination-block .pagination li span {
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.4;
    color: #43847d;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.pagination-block .pagination li a:hover {
    color: #356e68;
    background-color: #f0f0f0;
    border-color: #ccc;
}

.pagination-block .pagination li.current span,
.pagination-block .pagination li span.current {
    color: #fff;
    background-color: #43847d;
    border-color: #43847d;
    cursor: default;
}

.pagination-block .pagination li.disabled button {
    color: #aaa;
    background-color: #f9f9f9;
    border-color: #ddd;
    cursor: not-allowed;
    opacity: 0.7;
}

/* ========================================================================
   FOOTER
   ======================================================================== */

.footer.container {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e7e7e7;
}

.footer .small {
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
}

.footer a {
    color: #43847d;
}

.footer a:hover {
    color: #356e68;
}



/* ========================================================================
   UTILITIES / CLEARFIX
   ======================================================================== */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.hidden {
    display: none !important;
}

/* ========================================================================
   BOOTSTRAP 5 OVERRIDES (for BS3-style classes)
   ======================================================================== */

/* BS3 .pull-left compatibility */
.pull-left {
    float: left !important;
}

/* BS3 input-group-btn compatibility */
.input-group-btn {
    display: flex;
}

/* ========================================================================
   RESPONSIVE
   ======================================================================== */

@media (max-width: 767px) {
    .site-header .navbar>.container-fluid {
        position: relative;
    }

    .site-header .navbar-toggler {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }

    .site-header .logo.navbar-brand img {
        max-width: 100px;
        max-height: 85px;
    }

    .site-header .site-name.navbar-brand {
        font-size: 18px;
        flex: 1 1 100%;
    }

    .site-header .navbar {
        flex-wrap: wrap;
    }

    .page-header {
        font-size: 24px;
        line-height: 1.2;
    }

    .footer .text-end {
        text-align: left !important;
        margin-top: 5px;
    }

    .footer .red-dot {
        display: block;
        width: fit-content;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .view-frontpage .views-row h2.field-content {
        font-size: 16px;
    }
}

table thead th,
table thead td {
    border: 1px solid black !important;
    text-align: center !important;
    vertical-align: top;
    padding: 4px !important;
    background-color: #e0a500;
    color: #FFF;
    font-weight: bold;
}

.redBox {
    outline: .14em dotted red !important;
    outline-offset: .2em;
    display: inline;
}

/* ========================================================================
   COMMENTS AREA & COMMENT FORM
   ======================================================================== */

.comments-area {
    margin-top: 25px;
}

/* "Add new comment" link */
.add-new-comment-link {
    display: inline-block;
    margin: 10px 0 15px;
    color: #43847d;
    text-decoration: none;
    font-size: 15px;
    font-family: Georgia, 'Cardo', 'Hoefler Text', "Times New Roman", serif;
    cursor: pointer;
}

.add-new-comment-link:hover {
    text-decoration: underline;
    color: #356e68;
}

/* Form panel */
.comment-form-panel {
    margin-top: 10px;
}

.comment-form-heading {
    font-family: "Lucida Grande", 'Didact Gothic', 'Century Gothic', 'AppleGothic', sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #333;
    margin: 0 0 20px 0;
    padding-top: 10px;
    border-top: 8px solid #43847d;
    text-transform: uppercase;
}

/* Form layout */
.cmab-comment-form {
    max-width: 780px;
}

/* Field groups */
.comment-field-group {
    margin-bottom: 18px;
}

.comment-field-label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    font-family: Georgia, 'Cardo', 'Hoefler Text', "Times New Roman", serif;
}

.comment-field-label.comment-field-required::after {
    content: " *";
    color: #e74c3c;
    font-weight: bold;
}

.comment-field-input {
    display: block;
    width: 100%;
    max-width: 780px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.comment-field-input:focus {
    border-color: #43847d;
    outline: none;
    box-shadow: 0 0 0 2px rgba(67, 132, 125, 0.15);
}

/* Textarea */
.comment-textarea-wrapper {
    border: 1px solid #ccc;
    border-radius: 2px;
    max-width: 780px;
    background: #fff;
}

.comment-textarea {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    border: none;
    resize: vertical;
    font-family: inherit;
    box-sizing: border-box;
    min-height: 200px;
}

.comment-textarea:focus {
    outline: none;
}

.comment-textarea-wrapper:focus-within {
    border-color: #43847d;
    box-shadow: 0 0 0 2px rgba(67, 132, 125, 0.15);
}

/* Action buttons */
.comment-form-actions {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    padding-top: 5px;
}

.comment-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: Georgia, 'Cardo', 'Hoefler Text', "Times New Roman", serif;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    line-height: 1.4;
}

.comment-btn-save {
    background-color: #43847d;
    color: #fff;
}

.comment-btn-save:hover {
    background-color: #356e68;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.comment-btn-preview {
    background-color: #e7e7e7;
    color: #333;
}

.comment-btn-preview:hover {
    background-color: #d5d5d5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.comment-btn-icon {
    font-size: 13px;
}

/* Existing comments list */
.comments-list {
    margin-bottom: 20px;
}

.blog-comment {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.blog-comment .comment-author {
    color: #43847d;
    font-size: 15px;
    margin: 0 0 5px 0;
}

.blog-comment .comment-content {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}