.news-single-container {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
}
.news-container {
    padding: 20px 30px;
    max-width: 1240px;
    margin: auto;
}
.news-container a {
    color: #2d2d2d;
    text-decoration: none;
}
.news-card {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    min-width: 0;
}
.news-single-container .news-container-article {
    padding: 25px 10px;
    flex-grow: 1;
}
.news-container .breadcrumbs {
    margin-left: 100px;
    background: 0 0;
    color: #ffa33f;
    justify-content: left;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 400;
    align-items: center;
    text-transform: capitalize;
    position: relative;
    z-index: 10;
    display: flex;
}
.news-container .breadcrumbs a {
    color: #ffa33f;
}
.news-single-container .news-container-article .news-article-body {
    display: flex;
}
.news-single-container .news-container-article .news-article-body .news-article-socials {
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.news-single-container .news-container-article .news-article-body .news-article-main {
    min-width: 0;
    padding: 10px 25px;
}
.news-single-container .news-container-article .news-article-body .news-article-comments {
    padding: 10px 25px;
    display: none;
}
.news-single-container .news-container-article .news-article-body .news-article-socials svg {
    width: 30px;
    height: 30px;
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section {
  display: flex;
  padding: 15px 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  align-items: center;
  justify-content: space-between;
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section .news-socials-dropdown-mob {
    display: none;
    position: relative;
    margin-right: 10px;
}
.news-single-container .btn {
  color: white;
}
.news-single-container .news-container-article {
    padding: 25px 10px;
}
.news-single-container .news-container-article .news-article-body .news-article-content {
  display: flex;
  flex-direction: column;
}
.news-single-container .news-container-article .news-article-body .news-article-content h1 {
  padding-bottom: 0;
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section .news-author-card-container {
  display: flex;
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section .news-article-author-section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section .news-socials-dropdown-mob .dropdown-mob-button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: white;
  padding: 6px;
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section .news-socials-dropdown-mob .dropdown-mob-button svg {
  pointer-events: none;
  fill: rgba(0, 0, 0, 0.7);
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section .news-socials-dropdown-mob .dropdown-mob-button.clicked svg {
  fill: rgb(0, 0, 0);
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section .news-socials-dropdown-mob .dropdown-content {
  top: calc(100% + 10px);
  display: none;
  position: absolute;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 10px;
  left: -10px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section .news-socials-dropdown-mob .dropdown-content svg {
  width: 34px;
  height: 34px;
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section .news-socials-dropdown-mob .dropdown-content.show {
  display: flex;
}
.news-single-container .news-container-article .news-article-body .news-article-content h2 {
  padding: 1.4rem 0;
}
.news-single-container .news-container-article .news-article-body .news-article-content .news-article-head-img {
  width: calc(100% + 30px);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  margin-right: -15px;
  height: 380px;
  object-fit: cover;
  position: relative;
  left: -15px;
  min-width: 0px;
  max-width: initial;
}
.news-single-container .news-container-article .news-article-body .news-article-content .note {
  padding: 1.5rem 3rem 1.5rem 2rem;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  width: 100%;
  grid-auto-columns: auto;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  grid-template-columns: auto 1fr;
  border-top: 1px solid #D9D9D9 !important;
  border-bottom: 1px solid #D9D9D9 !important;
  border-left: none;
  box-shadow: none;
  border-radius: 0;
}
.news-single-container .news-container-article .news-article-body .news-article-content #news-article-the-content {
  order: 5;
}
.news-single-container .news-container-article .news-article-body .news-article-content #news-article-the-content p:first-child {
  padding: 1.4rem 0;
}
.news-single-container .news-container-article .news-article-body .news-article-content #news-article-the-content img {
  max-width: 100%;
  height: auto;
}
.news-single-container .news-container-article .news-article-body .news-article-comments svg {
  width: 30px;
  height: 30px;
}
.news-single-container .news-single-featured {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 310px;
  gap: 20px;
}
.news-single-container .news-single-featured .news-single-featured-head {
  display: flex;
  align-items: center;
}
.news-single-container .news-single-featured .news-single-featured-head p {
  padding: 0 20px 0 10px;
}
.news-single-container .news-single-featured .news-single-featured-head hr {
  flex-grow: 1;
  border: none;
  border-bottom: 1px solid #D9D9D9;
}
.news-single-container .news-single-featured .news-single-featured-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-single-container .news-article-main .box-text {
  box-shadow: none;
  border-radius: 0;
  border-top: 1px solid #D9D9D9;
}
.news-container .breadcrumbs .breadcrumbs__separator {
  display: none;
}
.news-container .breadcrumbs .breadcrumbs__separator ~ .breadcrumbs__separator {
  display: inline;
}
.news-container .breadcrumbs .item-home {
  display: none;
}
.news-container .breadcrumbs .item-cat {
  background: none;
  box-shadow: none;
}
.news-container .breadcrumbs .item-cat a {
  color: inherit;
}
.news-container .breadcrumbs .item-current {
  background: none;
  box-shadow: none;
  color: inherit;
}
.news-category {
    font-size: 13px !important;
    font-weight: 400;
    color: #ffa33f;
    padding-bottom: 5px;
    letter-spacing: .1rem;
}
.news-card-small .news-card-small-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.news-container p.news-title-small {
    font-size: 15px;
    font-weight: 600;
}
.news-text-small {
    font-size: small;
    color: #2d2d2d;
    opacity: .7;
    letter-spacing: 1px;
}
.news-card-small {
    height: 350px;
    display: flex;
    flex-direction: column;
}
.news-card-small img {
    width: 100%;
    height: 65%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}


@media (max-width: 800px) {
    .news-single-container {
        flex-direction: column;
        padding: 0px;
        padding-top: 25px;
    }
    .news-single-container .news-container-article {
        padding: 10px 5px;
    }
    .news-single-container .news-container-article .news-article-body .news-article-main {
        padding: 0px 5px 15px 5px;
    }
    .news-single-container .news-container-article .news-article-body .news-article-content h1 {
        font-size: 1.6rem;
        font-weight: 600;
        order: 1;
        padding-bottom: 10px;
    }
    .news-single-container .news-container-article .news-article-body .news-article-content .news-text-small {
        order: 2;
    }
    .news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section {
        order: 4;
    }
    .news-single-container .news-container-article .news-article-body .news-article-content .news-article-author-section .news-socials-dropdown-mob {
        display: block;
    }
    .news-single-container .news-container-article .news-article-body .news-article-content {
        padding: 0px 5px 30px 5px;
    }
    .news-single-container .news-container-article .news-article-body .news-article-content h2 {
        font-size: 1.6rem;
        font-weight: 600;
    }
    .news-single-container .news-container-article .news-article-body .news-article-content .news-article-head-img {
        height: 260px;
        order: 3;
        margin-top: 20px;
    }
    .news-single-container .news-container-article .news-article-body .news-article-socials {
        display: none;
    }
    .news-single-container .news-container-article .news-article-body .news-article-comments {
        display: none;
    }
    .news-single-container .news-single-featured .news-single-featured-body {
        width: 100vw;
        flex-direction: row;
        gap: 10px;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 0px 10px;
        max-width: none;
        padding-bottom: 15px;
        margin-bottom: -10px;
    }
    .news-container .breadcrumbs {
        margin-left: 10px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .news-card-small {
        width: 310px;
    }
}