:root {
  --mxs30-white: #FFFFFF;
  --mxs30-black: #1F1F1F;
  --mxs30-light: #eee;
  --mxs30-global-color: #EA5501;

}

.mxs30 .mos-img img {display: none !important;}
.mxs30 .mx-snews-item {
  position: relative;
}
.mxs30 .mx-snews-item .mx-snews-btn-wrapper:hover + .mx-snews-content {
  opacity: 0;
}
.mxs30 .mx-snews-item:hover .mx-snews-content {
  opacity: 1;
}
.mxs30 .mx-snews-item:hover .mx-snews-text-btn {
  translate: -140% 0;
}
[dir=rtl] .mxs30 .mx-snews-item:hover .mx-snews-text-btn {
  translate: 140% 0;
}
.mxs30 .mx-snews-thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.mxs30 .mx-snews-thumb img {
  width: 100%;
}
.mxs30 .mx-snews-content {
  background: var(--mxs30-white);
  padding: 20px 20px;
  width: 350px;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .mxs30 .mx-snews-content {
    width: 300px;
  }
}
.mxs30 .mx-snews-title {
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .mxs30 .mx-snews-title {
    font-size: 24px;
  }
}
.mxs30 .mx-snews-category {
  font-size: 16px;
  font-weight: 500;
}
.mxs30 .mx-snews-btn-wrapper {
  display: flex;
  position: absolute;
  inset-inline-end: -125px;
  bottom: 0;
  z-index: 2;
}
.mxs30 .mx-snews-btn-wrapper:hover .mxs30-square-btn,
.mxs30 .mx-snews-btn-wrapper:hover .mxs30-btn {
  background: #1E2023;
  color: var(--mxs30-white);
}
.mxs30 .mxs30-square-btn {
  border-radius: 0;
}
.mxs30 .mx-snews-text-btn {
  transform-origin: center right;
  translate: 0;
  transition: translate 0.7s ease, color 0.3s ease;
}
.mxs30 .mx-snews-text-btn .mxs30-btn {
  height: 50px;
  padding: 10px 0px 10px 15px;
  border-radius: 0;
}
[dir=rtl] .mxs30 .mx-snews-text-btn .mxs30-btn {
  padding: 10px 15px 10px 0px;
}
.mxs30 .mx-snews-navigation {
  display: flex;
  justify-content: end;
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .mxs30 .mx-snews-navigation {
    justify-content: start;
  }
}
ul.tags {
  position: absolute;
  left: 20px;
  bottom: -10px;
}
.mxs30 .mx-snews-thumb .mx-snews-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 0rem;
}

@media (max-width: 991px) {
  .mxs30 .mx-snews-thumb .mx-snews-content ul {
    margin-bottom: 10px;
  }
}

.mxs30 .mx-snews-thumb .mx-snews-content ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 123.5%;
  text-transform: uppercase;
  color: #969AA6;
}

@media (max-width: 1399px) {
  .mxs30 .mx-snews-thumb .mx-snews-content ul li {
    font-size: 15px;
  }
}
.mxs30 .mx-snews-thumb .mx-snews-content ul li + li {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}

@media (max-width: 575px) {
  .mxs30 .mx-snews-thumb .mx-snews-content ul li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.mxs30 .mx-snews-thumb .mx-snews-content ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "|";
}

.rs-btn {
  font-size: 17px;
  text-transform: capitalize;
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  transition: all 0.3s linear;
  border-radius: 2px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 50px;
  border-radius: 0;
}
.rs-btn.has-theme-orange {
  background: var(--mxs30-global-color);
  color: var(--mxs30-white);
}
.rs-square-btn {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 9px;
  height: 30px;
  transition: all 0.3s linear;
  border-radius: 2px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-square-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.rs-square-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
}
[dir=rtl] .rs-square-btn.has-icon .icon-box {
  transform: rotate(-180deg);
}
.rs-square-btn.has-icon .icon-box svg {
  width: 12px;
}
.rs-square-btn.has-icon .icon-box svg path {
  fill: #616161;
}
.rs-square-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.rs-square-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.rs-square-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.rs-square-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.rs-square-btn.has-icon:hover {
  color: var(--mxs30-white);
}
.rs-square-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}
.rs-square-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}
.rs-square-btn.has-theme-orange {
  padding: 15px 17px;
  height: 50px;
  background: var(--mxs30-global-color);
}
.rs-square-btn.has-theme-orange .icon-box svg {
  width: 16px;
}
.rs-square-btn.has-theme-orange .icon-box svg path {
  fill: var(--mxs30-white);
}
