.article-wrapper {
  width: 50%;
  margin: 100px auto;
  padding: 0 20px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 10px;
}

.article-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  background-color: #006ed2;
  color: white;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.article-title {
  font-size: 45px;
  font-weight: bold;
  margin: 0;
  padding: 20px 0px;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 2.8rem;
  color: #000;
}

.article-subtitle {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}

.article-meta {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.article-meta .icons {
  margin-left: auto;
  font-size: 16px;
  cursor: pointer;
}

.author {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.article-paragraph {
  font-size: 22px;
  margin: 0;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1.8rem;
  padding: 10px 0px;
}





.newsletter-box {
  max-width: 50%;
  margin: 0px auto;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
}

.newsletter-label {
  font-size: 13px;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.newsletter-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #111;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.email-input {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.signup-btn {
  padding: 12px 25px;
  font-size: 16px;
  background-color: #006ed2;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.signup-btn:hover {
  background-color: #005bb5;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.disclaimer {
  font-size: 13px;
  color: #666;
  background-color: #f5f5f5;
  padding: 12px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
}

.disclaimer a {
  color: #006ed2;
  text-decoration: none;
}

.disclaimer a:hover {
  text-decoration: underline;
}

.footer-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px auto; /* Center horizontally */
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  cursor: pointer;
}



.img-arrow{
    width: 20px;
    height: auto;
    background-color: #000;
    padding: 8px;
    border-radius: 50%;
}

.flip-left {
  transform: scaleX(-1);
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
}
.arrow-section{
display: flex;
gap: 5px;
}
.arrow-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0px;
}
.carousel-wrapper {
  overflow: hidden;
  position: relative;
}
.carousel {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel-card {
  background: #000;
  color: #fff;
  width: 24%;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

.carousel-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-info {
  padding: 15px;
}

.tag {
  font-size: 10px;
  font-weight: bold;
  color: #ccc;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  align-items: center;
}

.label {
 border: 2px solid #fff;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 4px;
  margin-right: 5px;
  border-radius: 2px;
}

.card-info h3 {
  font-size: 18px;
  margin: 0;
  padding: 10px 0px;
  font-weight: 500;
  font-size: 18px;
  font-family: "Frank Ruhl Libre", serif;
}

.card-info span {
  font-size: 12px;
  color: #aaa;
}
.comment-section {
  max-width: 700px;
  margin: 30px auto;
  border-top: 2px solid #000;
  padding: 150px 0px;
  padding-top: 20px;
}

.comment-section h3 {
  font-size: 16px;
  font-weight: bold;
}

.comment-section .notice {
  font-size: 14px;
  color: #444;
  margin: 10px 0;
}

.comment-section .notice a {
  color: #0074e0;
  text-decoration: none;
}

.follow-btn {
  border: 1px solid #ccc;
  background: white;
  padding: 5px 12px;
  font-size: 13px;
  cursor: pointer;
  margin: 15px 0;
}

.comment-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 6px;
  background-color: #f9f9f9;
}

.comment-box .avatar-placeholder {
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777;
  font-size: 16px;
  margin-right: 10px;
}

.comment-box input {
  border: none;
  outline: none;
  font-size: 14px;
  flex: 1;
  background: transparent;
}

.comment-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.comment-tabs .tab {
  font-size: 14px;
  padding: 5px;
  border-bottom: 2px solid #0074e0;
  font-weight: bold;
}

.comment-tabs .sort {
  font-size: 13px;
  cursor: pointer;
}

.comment-tabs .bell {
  font-size: 18px;
}

.no-comments {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  margin: 0px 0;
}

.no-comments .circle {
  font-size: 24px;
}

.feedback {
  text-align: right;
  font-size: 12px;
  margin: 10px 0;
}

.feedback a {
  color: #000;
  text-decoration: underline;
}

.active-conversations h4 {
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.conversation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.conversation-item {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 330px;
}

.conversation-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.conversation-item p {
  font-size: 13px;
  margin: 0;
}

.conversation-item span {
  font-size: 12px;
  color: gray;
}


.content-section a{
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 0;
}




/* Make all links inherit parent styles */
a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* Article specific link styles */
.article-title a,
.article-subtitle a,
.article-paragraph a {
  color: inherit;
  text-decoration: none;
  display: block;
}



/* Special cases */
.article-meta a,
.footer-icons a,
.comment-section a {
  color: inherit;
}

/* For images inside links */
a img {
  border: none;
}

/* Maintain spacing for wrapped content */
p a, li a {
  display: inline;
}



