.blog__head {
  margin-bottom: 20px;
}
.blog__head .m1 {
  padding: 20px;
  align-items: center;
}
.blog__head h1 {
  font-size: 42px !important;
}
.blog__head p {
  font-size: 18px;
  line-height: 1.5;
}
.blog__head .blog-slide {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 5px;
  background: linear-gradient(180deg, #092426, #0f3e42);
}
.blog__head .blog-image {
  background: #12252b;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .blog__head .blog-image {
    height: 210px;
  }
}
.blog__head .blog-title {
  text-align: center;
  font-size: 22px;
  height: 42px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .blog__head .blog-title {
    font-size: 18px;
  }
}
.blog__head .control-button {
  cursor: pointer;
  display: flex;
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #222;
  background: linear-gradient(180deg, #ff7819, #ff944a);
  border-radius: 10px;
  padding: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s background-color;
}
.blog__head .button-prev {
  left: 0;
}
.blog__head .button-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.blog-author svg {
  width: 32px;
  height: 32px;
}
.categories {
  margin-bottom: 20px;
}
.categories .m1 {
  padding: 20px;
}
.categories .categories__tabs {
  justify-content: center;
}
@media (max-width: 1024px) {
  .categories .categories__tabs {
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .categories .row {
    padding: 0;
    margin: 0 !important;
  }
  .categories .categories__tabs .cat {
    background: linear-gradient(180deg, #092426, #0f3e42);
    white-space: nowrap;
  }
}
.categories .categories__tabs .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
}
.categories .categories__tabs .active {
  color: #ffdc24;
}

/* TAGS */

.tags {
  margin-bottom: 20px;
}
.tags .m1 {
  padding: 20px;
}
.tags .tags__tabs {
  justify-content: center;
  width: 100%;
}

.tags__tabs.hide-a-lot {
  height: 250px;
  position: relative;
}

.tags__btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tags__tabs.hide-a-lot::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(2, 20, 22, 1), rgba(2, 20, 22, 0.8));
  bottom: 0;
}

.tags__tabs-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tags .hide-a-lot .showmore {
  position: absolute !important;
  bottom: 0;
}

.tags .showmore {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 500px;
}

.tags .showmore:before {
  content: none !important;
}

.tags .tags__tabs .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

@media (max-width: 968px) {
  .tags__tabs.hide-a-lot {
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .tags .tags__tabs {
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .tags .row {
    padding: 0;
    margin: 0 !important;
  }
  .tags .tags__tabs .tag {
    white-space: nowrap;
    flex-grow: 1;
    padding: 8px;
  }
}

.tags .tags__tabs .active {
  color: #ffdc24;
}

.blog-article {
  background: linear-gradient(180deg, #092426, #0f3e42);
  margin: 0 20px !important;
  padding: 15px 30px;
  align-items: center;
  gap: 1rem;
}
.blog-article .blog-title__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 1rem;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .blog-article .blog-title__row {
    font-size: 14px;
  }
  .blog-article .blog-title__row a {
    flex-basis: 240px;
  }
}
.blog-article .date {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .blog-article .date {
    font-size: 10px;
    flex-basis: 100px;
  }
}
.blog-article .blog-image {
  flex-basis: 240px;
  background: #12252b;
}
.blog-article .blog-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .blog-article .blog-image {
    flex-basis: 100%;
  }
}
.blog-article .blog-caption {
  flex-basis: 790px;
  flex-grow: 1;
}
.articles__list {
  margin-bottom: 20px;
}
.articles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.topcasinos .m1 {
  padding: 30px;
}
