.cnp-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  gap: 10px;
}
.cnp-tabs li {
  padding: 8px 15px;
  background: #F5F5F5;
  cursor: pointer;
  border-radius: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.cnp-tabs li.active {
  background: #333;
  color: white;
}
.cnp-tab-content .news-post {
  padding: 0px 0 0 0;
}
ul.cnp-tabs li {
  list-style: none;
}
.cnp-tab-news-list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 23px;
}
.post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 0 0;
}
.post-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-author img {
  border-radius: 50% !important;
  width: 40px;
}
.cnp-tab-news-list .video-info {
  display: flex;
  align-items: center;
  padding: 10px 0 0 0;
}
.like-button, .share-button{
  background-color: transparent;
  border: none;
  padding: 0;
}
.like-button:hover{
  background-color: transparent;
  border: none;
  padding: 0;
}
.post-actions {
  display: flex;
  gap: 10px;
}
.share-button:hover {
  background-color: transparent;
  border: none;
  padding: 0;
}
.post-actions button:focus {
  background-color: transparent;
  color: #000;
}
.post-actions button:hover {
  color: #000;
}
.cnp-tab-category {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}
button.like-button.liked img {
  filter: hue-rotate(200deg) brightness(1.2);
}

.cnp-share-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
}

.cnp-share-content {
  background: #fff;
  max-width: 400px;
  margin: 100px auto;
  padding: 20px;
  position: relative;
  border-radius: 8px;
  text-align: center;
}

.cnp-share-icons img {
  width: 30px;
  cursor: pointer;
  transition: transform 0.2s;
}
.cnp-share-icons img:hover {
  transform: scale(1.2);
}

#cnp-close-share {
    cursor: pointer;
}
.close-section {
  width: 21px;
  display: flex;
  align-items: center;
}

.custom-divider {
  border-top: 1px solid #F0F0F0;
  margin: 14px 0 14px 0;
}
.cnp-share-icons {
  display: flex;
  gap: 22px;
}
.copy-link-container input{
  width: 100%;
  height: 35px;
  padding: 8px 55px 8px 8px !important;
  font-size: 14px;
  border-radius: 4px !important;
  border: 1px solid #F0F0F0 !important;
}
.copy-link-container button{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  cursor: pointer;
  padding: 0;
}
.copy-link-container button:hover{
  background: none;
}
.copy-link-container button:focus{
  background: none;
}
.copy-link-container button img{
  width: 25px;
  vertical-align: middle;
  margin-right: 6px;
}
.copy-link-container {
  position: relative;
  margin: 12px 0 0 0;
}
.cnp-share-icons a {
  display: flex;
}

.loader-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid #0073aa;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
    to {
      transform: rotate(360deg);
    }
}

.cnp-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cnp-see-all-btn-container {
  width: 100%;
  text-align: end;
}
.cnp-see-all-wrap {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 20px 0;
}
.cnp-see-all-section {
  width: 100%;
  display: flex;
  justify-content: end;
}
.cnp-see-all-section a{
  color:#000000;
}
.cnp-category-name {
  width: 100%;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}