.comments-wrapper {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  /* background-color: #0c1a33;
  padding: 40px 20px; */
  color: #fff;
  font-family: system-ui, sans-serif;
  /* max-width: 660px; */
  margin: 0 auto;
}
.comments-first{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comments-first p{
 font-size: 12px;


}

.comments__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.comments__subtitle {
    margin-top: 10px;
  font-size: 13px;
  color: white;
  margin-bottom: 24px;
  padding-left: 10px;
}

.comments__tabs {
  display: flex;
  gap: 24px;
  margin-bottom: 12px;

}

.comments__tab {
    font-weight: 100;
  background: none;
  border: none;
  color: #b9b7ac;
  font-size: 13px;
  padding-bottom: 8px;
  cursor: pointer;
  position: relative;
}

.comments__tab.active {
  color: #ff6669;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 20px;
  
}

.comments__tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #ff6669;
}

.comment {
  padding: 20px 0;
  border-bottom: 1px solid #3a4a62;
}

.comment__meta {
  font-size: 13px;
  color: #c2c9d6;
  margin-bottom: 10px;
}
.comment__meta p{
    margin-top: 10px;
    font-size: 12px;
}

.comment__author {
    font-size: 16px;
  font-weight: bold;
  margin-right: 12px;
  color: white;
}

.comment__text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.comment__actions {
  font-size: 13px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #9fa8b3;
  margin-top: 40px;
}

.comment__actions a {
  color: #9fa8b3;
  text-decoration: none;
}

.comment__actions a:hover {
  text-decoration: underline;
}

.divider {
  color: #4e5a6a;
}

.button--white{
  
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  text-decoration: none !important;
    margin-top: 15px;
    border-radius: 15px;
    width: 100%;
    background-color: #efefef;
  
    padding: 4px;
}
.button--white span{
    font-size: 20px;
}

@media(max-width: 768px){

    .comments-first p{
 font-size: 14px;
  font-weight: 500;
color: white;

}
.comments__subtitle{
    font-weight: 500;
    color: weight;
}
.comment__actions{
    margin-top: 30px;
}
footer{
    padding: 20px 0px 0px 0px;
}
.footer__list li {
    margin-bottom: 0px;
    font-weight: 400;
}
.footer__list li  a {
       font-weight: 400;
}
.footer__heading{
    padding: 5px;

}

}