hr {
  border: 2px solid rgba(210, 199, 193, 0.5);
  margin: 0;
}

.fa-clr {
  font-size: 0.9rem;
}

.fa, .far {
  padding: 0.3rem;
}

.minor-content-metadata {
  display: flex;
  gap: 15px;
  color: #9C9496;
}
.minor-content-metadata p {
  margin: 0;
  font-size: 11px;
}
.minor-content-metadata .view-count {
  display: flex;
  align-items: center;
  gap: 5px;
}
.minor-content-metadata .view-count img {
  object-fit: contain;
}

.wrapper {
  background-color: #fdecd9;
}

.svg {
  width: 20px !important;
  height: auto;
}

.l-height {
  line-height: 25px;
}

.btn {
  border: none;
  background-color: #ea6564;
  padding: 0.7rem 1.2rem;
  color: #fff;
  cursor: pointer;
}

.meta-info {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.meta-info span {
  display: inherit;
}

.bg-clr {
  background-color: #fdecd9;
}

#leftsection .small-banner {
  background-color: #69A103;
  position: relative;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
}
#leftsection .small-banner::after {
  content: "";
  position: absolute;
  width: 150px;
  background-image: url(https://cdn.ghanaweb.com/design/opinions/regBG.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 170px;
  background-size: cover;
  height: 200px;
  top: 0;
  left: -40px;
  opacity: 0.4;
}
#leftsection .small-banner .small-content-wrapper {
  position: relative;
  z-index: 2;
}
#leftsection .small-banner .s-b-title p {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 5px;
}
#leftsection .small-banner .s-b-title p:first-child {
  font-size: 16px;
  font-weight: 700;
}
#leftsection .small-banner .s-b-title p:last-child {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}
#leftsection .small-banner .line {
  margin: auto;
  width: 50px;
  border: 2px solid #fff;
}
#leftsection .small-banner a {
  margin: 15px auto 5px;
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 5px 0;
  display: grid;
  place-items: center;
  background-color: #fff;
  font-size: 11px;
  border-radius: 20px;
  font-weight: bold;
}
#leftsection .accordion-drop-down .accordion {
  position: relative;
  background-color: #c2c2c2;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 10px 10px 0 0;
}
/*#leftsection .accordion-drop-down .accordion:before {
  position: absolute;
  top: 6px;
  right: 13px;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #444;
  border-radius: 50%;
  z-index: 0;
}*/
/*#leftsection .accordion-drop-down .accordion:after {
  content: "";
  background-image: url("https://cdn.ghanaweb.com/design/opinions/downIcon.svg");
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 1;
  float: right;
  margin-left: 5px;
  top: 12px;
  right: 18px;
}
#leftsection .accordion-drop-down .active:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 18px;
  background-image: url("https://cdn.ghanaweb.com/design/opinions/UpIcon.svg") !important;
  width: 15px;
  height: 15px;
  z-index: 1;
  float: right;
  margin-left: 5px;
}*/
#leftsection .accordion-drop-down .active, #leftsection .accordion-drop-down .accordion:hover {
  background-color: #fff;
  border-bottom: 2px solid #ccc;
}
#leftsection .accordion-drop-down .panel {
  background-color: #FCFCFC;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#leftsection .accordion-drop-down .category-section .category {
  padding: 0 15px;
}
#leftsection .accordion-drop-down .category-section .category:hover {
  transition: all 0.3s;
  background-color: #e1e1e1;
}
#leftsection .accordion-drop-down .category-section .category:nth-of-type(1) a:hover {
  fill: #70A703 !important;
  color: #70a703;
}
#leftsection .accordion-drop-down .category-section .category:nth-of-type(2) a:hover {
  fill: #FF0001 !important;
  color: #ff0001;
}
#leftsection .accordion-drop-down .category-section .category:nth-of-type(3) a:hover {
  fill: #04A9E9 !important;
  color: #04a9e9;
}
#leftsection .accordion-drop-down .category-section .category:nth-of-type(4) a:hover {
  color: #963a8c;
  fill: #963A8C;
}
#leftsection .accordion-drop-down .category-section .category:nth-of-type(5) a:hover {
  fill: #FDBC0A;
  color: #fdbc0a;
}
#leftsection .accordion-drop-down .category-section .category:nth-of-type(6) a:hover {
  color: #1E446B;
  fill: #1E446B;
}
#leftsection .accordion-drop-down .category-section .category:nth-of-type(7) a:hover {
  fill: #F95913 !important;
  color: #f95913;
}
#leftsection .accordion-drop-down .category-section .category:nth-of-type(8) a:hover {
  color: #c7ab8c;
}
#leftsection .accordion-drop-down .category-section .category a {
  color: #000;
  transition: all 0.3s;
}
#leftsection .accordion-drop-down .category-section .category a .news-category {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 0.7rem 0;
  height: auto;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
#leftsection .accordion-drop-down .polls-section {
  padding: 0 5px;
}
#leftsection .accordion-drop-down .polls-section .poll-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
#leftsection .accordion-drop-down .polls-section .poll-title p {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  margin: 0;
}
#leftsection .accordion-drop-down .polls-section .poll-title .icon {
  display: flex;
  gap: 10px;
}
#leftsection .accordion-drop-down .polls-section .poll-title .icon .icon-forward {
  border-left: 10px solid transparent;
  border-right: 12px solid #96938C;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  display: inline-block;
}
#leftsection .accordion-drop-down .polls-section .poll-title .icon .icon-backward {
  border-left: 12px solid #96938C;
  border-right: 10px solid transparent;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  display: inline-block;
}
#leftsection .accordion-drop-down .polls-section .poll-question {
  margin: 10px 0;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
#leftsection .accordion-drop-down .polls-section .poll-question p {
  font-size: 12px;
  text-align: center;
  padding: 0 10px;
}
#leftsection .accordion-drop-down .polls-section .poll-question .poll-answers {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#leftsection .accordion-drop-down .polls-section .poll-question .poll-answers .answer {
  border: none;
  text-transform: capitalize;
  border-radius: 10px;
  color: #fff;
  padding: 5px 15px;
  background-color: #505050;
}
#leftsection .accordion-drop-down .minor-panel {
  background-color: #fff;
}
#leftsection .accordion-drop-down .minor-panel .links .link {
  padding: 10px;
  position: relative;
}
#leftsection .accordion-drop-down .minor-panel .links .link::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #505050;
    position: absolute;
    top: 13px;
    left: 5px;
}
#leftsection .accordion-drop-down .minor-panel .links .link a {
  display: block;
  text-align: left;
  padding-left: 15px;
  font-weight: 400;
  font-size: 12px;
}

#mainbody {
  background: #cad9d9;
}

#medsection2 {
  background-color: transparent;
}
#medsection2 .banCon {
  width: 1200px;
  height: 120px;
  display: flex;
  margin: 0 auto;
  background-image: linear-gradient(172deg, #f1e3c7, #e9efc6, #b4f1e7);
  overflow: hidden;
}
#medsection2 .white {
  background-color: rgb(255, 255, 255);
  border-radius: 0px 0px 196px 0px;
  height: 129px;
  width: 50%;
  transform: translateX(-50px);
  -moz-transform: translate(0px, -12px) skew(-31deg, 0deg);
  -webkit-transform: translate(0px, -12px) skew(-31deg, 0deg);
  -o-transform: translate(0px, -12px) skew(-31deg, 0deg);
  -ms-transform: translate(-32px, -12px) skew(-31deg, 0deg);
  transform: translate(-33px, -12px) skew(-31deg, 0deg);
}
#medsection2 .banner {
  height: 81px;
  display: flex;
  background-image: linear-gradient(#f1dfc8, #e1f0c7, #b4f1e8);
  margin-bottom: 15px;
}
#medsection2 .banner-title {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#medsection2 .banner-title div {
  background-color: rgb(255, 255, 255);
  border-radius: 0px 0px 196px 0px;
  height: 93px;
  width: 70%;
  transform: translateX(-50px);
  -moz-transform: translate(0px, -12px) skew(-31deg, 0deg);
  -webkit-transform: translate(0px, -12px) skew(-31deg, 0deg);
  -o-transform: translate(0px, -12px) skew(-31deg, 0deg);
  -ms-transform: translate(-32px, -12px) skew(-31deg, 0deg);
  transform: translate(-33px, -12px) skew(-31deg, 0deg);
}
#medsection2 .banner-title::after {
  content: "";
  width: 83px;
  height: 62px;
  display: block;
  position: absolute;
  top: 15px;
  left: 180px;
  background-image: url(https://cdn.ghanaweb.com/design/opinions/opionIMG.png);
  background-position: center;
  background-repeat: no-repeat;
}
#medsection2 .banner-title h1 {
  padding-left: 30px;
  color: #FF590B;
  font-size: 30px;
  position: absolute;
  z-index: 1;
  top: 20px;
  margin: 0;
}
#medsection2 .banner .cta-btns {
  display: flex;
  justify-content: center; /* Center align horizontally */
  gap: 15px;
  align-items: center;
  margin-right: 30px;
}
#medsection2 .banner .cta-btns .first-b {
  width: 109px;
}
#medsection2 .banner .cta-btns .club {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  background-color: #F69779;
}
#medsection2 .banner .cta-btns .club:hover {
  background-color: #f1b6a4;
}
#medsection2 .banner .cta-btns .club .svg {
  width: 20px;
  height: 20px;
}

#inner-left-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#inner-left-col .hero-content {
  display: flex;
  width: 100%;
  height: 280px;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}
#inner-left-col .hero-content .content-img {
  width: 286px;
}
#inner-left-col .hero-content .content-img img {
  width: 286px;
  display: inline-block;
}
#inner-left-col .hero-content .content-meta {
  padding: 30px;
}
#inner-left-col .hero-content-title h1 {
  font-size: 18px;
}
#inner-left-col .hero-content-details {
  font-size: 12px;
  color: #9C9496;
}
#inner-left-col .hero-content-metadata {
  display: flex;
  gap: 15px;
  color: #9C9496;
}
#inner-left-col .hero-content-metadata p {
  margin: 0;
}
#inner-left-col .hero-content-metadata .view-count {
  display: flex;
  align-items: center;
  gap: 5px;
}
#inner-left-col .hero-content-metadata .view-count img {
  object-fit: contain;
}
#inner-left-col .minor-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}
#inner-left-col .minor-content-wrapper .minor-content {
  background-color: #fff;
  width: 228.33px;
  height: 220px;
}
#inner-left-col .minor-content-wrapper .minor-content-img {
  height: 110px;
}
#inner-left-col .minor-content-wrapper .minor-content-img img {
  height: 110px;
}
#inner-left-col .minor-content-wrapper .minor-content-details {
  padding: 10px 15px;
}
#inner-left-col .minor-content-wrapper .minor-content-title {
  margin-bottom: 10px;
}
#inner-left-col .minor-content-wrapper .minor-content-title p {
  color: #6b6969;
  margin: 0;
  font-size: 14px;
  height: 56.19px;
  overflow: hidden;
  font-weight: bold;
}
#inner-left-col .middle-section-content {
  display: flex;
  width: 100%;
  gap: 15px;
  margin: 15px 0;
}
#inner-left-col .middle-section-content .middle-left {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#inner-left-col .middle-section-content .middle-left img {
  width: 300px;
  height: auto;
}
#inner-left-col .middle-section-content .middle-right {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#inner-left-col .middle-section-content .middle-right .middle-content {
  display: flex;
  background-color: #fff;
}
#inner-left-col .middle-section-content .middle-right .middle-content-img {
  width: 150px;
  height: 117.96px;
}
#inner-left-col .middle-section-content .middle-right .middle-content-img img {
  width: 150px;
  height: 117.96px;
  display: inline-block;
}
#inner-left-col .middle-section-content .middle-right .middle-content-details {
  padding: 10px 15px;
}
#inner-left-col .middle-section-content .middle-right .middle-content-title p {
    color: #6b6969;
    margin: 0;
    font-size: 14px;
    height: 70px;
    overflow: hidden;
    font-weight: bold;
}

#rightsection a {
  width: inherit !important;
  margin: 0 !important;
}
#rightsection .ads {
  padding-bottom: 15px;
}
#rightsection .ads img {
  width: 300px;
}
#rightsection .say-it-loud-posts {
  background-color: #fff;
}
#rightsection .say-it-loud-posts .line {
  border: 1px solid rgba(210, 199, 193, 0.5);
  margin: 0;
}
#rightsection .say-it-loud-posts .sil-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
}
#rightsection .say-it-loud-posts .sil-title h2 {
  color: #4AB1CF;
  text-transform: uppercase;
}
#rightsection .say-it-loud-posts .sil-title a {
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 20px;
  background-color: #38C7D8;
  color: #fff !important;
}
#rightsection .say-it-loud-posts .post-content-wrapper {
  padding: 0px 10px 10px;
  margin-bottom: 10px;
}
#rightsection .say-it-loud-posts .post-content-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#rightsection .say-it-loud-posts .post-content-wrapper .post-content {
  display: flex;
  gap: 10px;
  margin: 15px 0;
  border: 2px solid #31C5D5;
  border-radius: 20px;
  padding: 15px 10px;
  position: relative;
}
#rightsection .say-it-loud-posts .post-content-wrapper .post-content-img img {
  margin: 0 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
#rightsection .say-it-loud-posts .post-content-wrapper .post-content-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#rightsection .say-it-loud-posts .post-content-wrapper .post-content-info p {
  font-size: 11px;
  padding: 0 !important;
  margin: 0;
  color: #9C9496;
}
#rightsection .say-it-loud-posts .post-content-wrapper .post-content-info .user-name-info {
  display: flex;
  justify-content: space-between;
}
#rightsection .say-it-loud-posts .post-content-wrapper .post-content-title p {
  color: #000;
  font-size: 12px;
}
#rightsection .say-it-loud-posts .meta-grouping {
  display: flex;
  justify-content: flex-start;
}
#rightsection .say-it-loud-posts .meta-share {
  display: flex;
  gap: 10px;
}
#rightsection .say-it-loud-posts .meta-share img {
  object-fit: contain;
  width: 15px;
  height: auto;
  margin: 0 !important;
}
#rightsection .say-it-loud-posts .meta-share .post-numbers {
  margin-top: 5px;
  font-size: 12px;
  display: flex;
  gap: 5px;
}
.pagination_wrap{
    padding: 0 0 30px;
}