.news-bulletins {
    display: flex;
    padding: 40px;
}

.buttetins_content {
    display: flex;
    gap: 35px;
}

.b_information {
    flex: 1;
    text-align: left;
}

.information-content {
}

.information-content .nav {
    margin-top: 15px;
    border-radius: 7px;
    display: flex;
    background-color: #f3f3f3;
}

.information-content .nav li {
    flex: 1;
}

.information-content .nav li button {
    font-family: var(----bitter-font) !important;
    color: var(----font-color) !important;
    font-size: var(----subtitle-font);
    width: 100%;
}

.information-content .nav .nav-item .nav-link.active {
    color: white !important;
    background-color: var(----menu-bg) !important;
}

.agro-Bulletin {
    flex: 1;
}

.b_information .title {
    font-size: var(----title-font) !important;
    font-family: var(----bitter-font) !important;
    font-weight: bold;
    color: #027f30;
    text-align: left;
    border: 2px solid red;
}

.agro-Bulletin .title {
    font-size: var(----title-font) !important;
    font-family: var(----bitter-font) !important;
    font-weight: bold;
    color: #027f30;
    text-align: left;
    margin: 16px 0;
    /* border: 3px solid red; */
}

#home-tab {
    font-family: var(---bitter-family);
    color: var(----top-textcolor);
    font-size: var(----subtitle-font);
    font-weight: bold;
}
.notice {
    font-family: var(---bitter-family);
    color: var(----top-textcolor);
    font-size: 20px;
    font-weight: bold;
}

.news {
    font-family: var(---bitter-family);
    color: var(----top-textcolor);
    font-size: 20px;
    font-weight: bold;
}

.agro-Bulletin .items {
    background-color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fa-file-pdf {
    color: #d32f2f;
    font-size: 28px;
}

.agro-Bulletin .items {
}

.information-content .tab-content .tab-pane .items {
    background-color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.information-content .tab-content .tab-pane .items .item {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 10px;
    font-family: var(---bitter-family);
}

.agro-Bulletin .items .item {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 10px;
    font-family: var(---bitter-family);
}

.item .icon-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item i {
    font-size: 24px;
    color: #d32f2f;
    border: 3px solid red !important;
}

.item p {
    color: #484848;
}

.item-info {
}

.item-info a {
    font-size: var(----usual-font-size);
    color: #484848;
    text-decoration: none;
    font-family: var(----bitter-font);
}

.item:hover {
    color: #4e8abf !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.item-info a {
    transition: color 0.3s ease, font-weight 0.3s ease;
}
.item-info a:hover {
    font-weight: bold;
    color: #4e8abf;
}

.item-info p {
    font-weight: bold;
    font-size: var(---media-main-font);
    color: #7b7b7b;
    margin: 0;
}

.size {
    margin-left: auto;
    color: #666;
    font-size: var(---media-main-font);
    margin-bottom: 0;
    font-weight: bold;
}

.view-more {
    font-family: var(----bitter-font);
    color: var(----menu-bg);
    margin-top: 10px;
    text-align: right;
    cursor: pointer;
}

.view-more:hover {
    font-weight: bold;
    text-decoration: underline;
}

/* MOBILE VIEW */
@media (max-width: 600px) {
    .news-bulletins {
        flex-direction: column;
        padding: 20px 0px;
    }

    .information-content .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    .buttetins_content {
        flex-direction: column;
        gap: 20px;
    }

    .b_information,
    .agro-Bulletin {
        flex: 1 0 100%;
    }

    .items {
        padding: 5px;
        gap: 10px;
    }

    .item {
        /* border: 1px solid red; */
        padding: 8px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .icon-info p {
        display: flex;
        text-align: right;
    }

    .item i {
    }

    .item i {
        font-size: var(---title-font-size);
    }

    .item p,
    .item-info a,
    .size {
        font-size: var(---media-main-font);
    }

    .view-more {
        font-size: var(---media-sub-title);
        font-family: var(---bitter-family);
    }

    .reports,
    .notice,
    .news {
        font-size: var(---media-sub-title);
    }
}

/* TABLET VIEW */
/* @media (min-width: 768px) and (max-width: 1024px) {
      .news-bulletins {
        flex-direction: row;
        padding: 20px;
      }
    
      .buttetins_content {
        flex-direction: column;
        gap: 20px;
      }
    
      .b_information, .agro-Bulletin {
        flex: none;
        width: 100%;
        text-align: left;
      }
    
      .title {
        font-size: 24px;
      }
    
      .item {
        flex-direction: row;
        text-align: left;
        gap: 10px;
      }
    
      .item-info a {
        font-size: 16px;
      }
    
      .size {
        font-size: 12px;
      }
    
      .view-more {
        margin-top: 5px;
        font-size: 16px;
      }
    }
     */
