.info-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.info-header .titles {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.info-header h1,
.info-header a {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: -0.05em;
  margin: 0;
  color: #585858;
}

.info-header .active {
  color: #7e042e;
}

.info-header .search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.info-header .search form {
  display: flex;
}

.info-header .search form .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #bebebe;
  background: #fbfbfb;
  border: 1px solid #bebebe;
  border-radius: 3px 0px 0px 3px;
  padding: 0 12px;
}

.info-header .search form .form-group svg {
  flex-shrink: 0;
}

.info-header .search form input {
  display: block;
  min-width: 350px;
  width: 100%;
  height: 48px;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #333;
}

.info-header .search form input::-moz-placeholder {
  color: #bebebe;
  font-weight: 700;
  font-size: 16px;
}

.info-header .search form input::placeholder {
  color: #bebebe;
  font-weight: 700;
  font-size: 16px;
}

.info-header .search form button {
  display: block;
  background: #7e042e;
  border-radius: 0px 2px 2px 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 28px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .info-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .info-header .titles {
    gap: 20px;
    justify-content: space-between;
  }

  .info-header .titles h1,
  .info-header .titles a {
    font-size: 26px;
    line-height: 32px;
  }

  .info-header .search {
    width: 100%;
  }

  .info-header .search form {
    width: 100%;
  }

  .info-header .search form .form-group {
    width: 100%;
  }

  .info-header .search form input {
    min-width: 100%;
  }
}

.badges {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}

.badges::-webkit-scrollbar {
  height: 2px;
}

.badges .badge {
  display: block;
  background: #f4f4f4;
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: #585858;
  white-space: nowrap;
  transition: all 0.15s ease;
}

.badges .badge:hover {
  background: #7e042e;
  border-color: #7e042e;
  color: #ffffff;
}

.headlines {
  margin-bottom: 60px;
}

.headlines .headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
}

.headlines .headline .image {
  width: 100%;
  flex-shrink: 0;
}

.headlines .headline .image img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
  border: 1px solid #bebebe;
  border-bottom: none;
}

.headlines .headline .info {
  flex: 1;
  width: 100%;
  display: block;
  position: relative;
  padding: 0 24px;
  padding-right: 56px;
  margin-top: -18px;
  border: 1px solid #bebebe;
  border-top: none;
  border-radius: 0 0 15px 15px;
  min-height: 240px;
}

.headlines .headline .category {
  position: relative;
  display: inline-block;
  background: #7e042e;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #f4f4f4;
  padding: 5px 10px;
}

.headlines .headline .title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #7e042e;
  margin-top: 15px;
}

.headlines .headline .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  margin-top: 10px;
}

.headlines .headline:hover {
  outline: 2px solid #7e042e;
  border-color: #7e042e;
  border-radius: 15px;
}

.headlines .headline:hover .image img {
  border-color: #7e042e;
}

.headlines .headline:hover .info {
  border-color: #7e042e;
}

.content-container {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.content-container .container > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  margin-bottom: 28px;
}

.content-container .container > a > .title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #7e042e;
}

.content-container .container > .title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #7e042e;
}

.content-container .container h2.title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #7e042e;
}

.content-container .title-container {
  margin-bottom: 38px;
}

.content-container .title-container h2 {
  margin: 0;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .content-container .title-container {
    flex-direction: column;
  }

  .content-container .title-container h2 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.content-container .actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.content-container .actions .action {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background-color: #585858;
  padding: 6px 11px;
  cursor: pointer;
}

.content-container .actions .action svg {
  margin-right: 5px;
}

.content-container .actions .action:hover {
  opacity: 0.7;
}

.content-container .actions .action.active {
  background-color: #7e042e;
}

.content-container .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 375px;
}

.content-container .box .image {
  width: 100%;
  display: block;
  flex-shrink: 0;
}

.content-container .box .image img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
  border: 1px solid #bebebe;
  border-bottom: none;
}

.content-container .box .info {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 0 20px;
  border: 1px solid #bebebe;
  border-top: none;
  border-radius: 0 0 15px 15px;
}

.content-container .box .title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #7e042e;
  margin-top: 15px;
}

.content-container .box .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-container .box time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #bebebe;
  margin-top: auto;
  margin-bottom: 13px;
}

.content-container .box:hover {
  outline: 2px solid #7e042e;
  border-radius: 15px;
}

.content-container .box:hover .image img {
  border-color: #7e042e;
}

.content-container .box:hover .info {
  border-color: #7e042e;
}

.see-all {
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #959595;
  text-decoration: none;
  margin-top: 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid #bebebe;
}

.dijital-yayinlar .box {
  min-height: auto;
}

.dijital-yayinlar .box .image {
  position: relative;
}

.dijital-yayinlar .box .image img {
  border: 1px solid #ffffff;
  border-radius: 15px;
}

.dijital-yayinlar .box .image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.dijital-yayinlar .box:hover .image img {
  border-color: #7e042e;
}

.action-boxes {
  display: none;
}

.youtube-boxes {
  display: flex;
}

.author-cards .row > * {
  padding-left: 20px;
  padding-right: 20px;
}

.author-card {
  width: 100%;
  height: auto;
  background: #fbfbfb;
  border: 1px solid #bebebe;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
}

.author-card .top {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #bebebe;
  padding: 0 25px;
}

.author-card .top > img {
  width: 97px;
  height: auto;
  flex-shrink: 0;
}

.author-card .top .info {
  width: auto;
  height: auto;
}

.author-card .top .info .name {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #7e042e;
}

.author-card .top .info .position {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #7e042e;
}

.author-card .posts {
  width: 100%;
  height: auto;
}

.author-card .posts .post {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 73px;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 14px;
  color: #585858;
  gap: 6px;
}

.author-card .posts .post:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #585858;
  margin-top: 8px;
  flex-shrink: 0;
}

.author-card .posts .post:hover {
  background: #fdf7f7;
  color: #7e042e;
}

.author-card .posts .post:hover:before {
  background: #7e042e;
}

.author-card .all-posts {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  background: #f4f4f4;
  border-radius: 0px 0px 15px 15px;
  font-weight: 700;
  font-size: 14px;
  color: #585858;
  padding: 16px;
}

.author-detail .info-container {
  position: relative;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .author-detail .info-container {
    padding-left: 30px;
  }
}

.author-detail .info-container .icon {
  position: absolute;
  top: 0;
  left: 20px;
}

@media (max-width: 768px) {
  .author-detail .info-container .icon {
    left: 0;
  }
}

.author-detail .author-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background: #eeeeee;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .author-detail .author-image {
    margin-bottom: 20px;
  }
}

.author-detail .author-name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #7e042e;
  margin: 0;
}

.author-detail .author-position {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #7e042e;
}

.author-detail .author-email {
  display: block;
  font-size: 16px;
  color: #585858;
}

.author-detail .author-bio {
  display: block;
  width: 100%;
  margin-top: 34px;
}

.author-detail .author-bio p {
  font-size: 16px;
  line-height: 22px;
  color: #2c282a;
}

.author-detail .posts-container {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.author-detail .posts-container .box {
  height: auto;
  margin-bottom: 20px;
}

.author-detail .posts-container h2 {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: #585858;
  margin-bottom: 24px;
}

