.rttmpl-grid-wrapper {
  color: #1f2937;
  font-size: 14px;
  line-height: 1.5;
}

.rttmpl-slider-wrapper {
  padding: 28px 0 18px;
}
.rttmpl-slider-wrapper .rttmpl-template-slider {
  padding: 42px 18px 70px;
}
.rttmpl-slider-wrapper .swiper-slide {
  overflow: visible;
}
.rttmpl-slider-wrapper .rttmpl-slider-card {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform-style: preserve-3d;
}
.rttmpl-slider-wrapper .rttmpl-slider-card::before,
.rttmpl-slider-wrapper .rttmpl-slider-card::after {
  content: "";
  position: absolute;
  inset: 18px 12px 34px;
  border-radius: 20px;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.rttmpl-slider-wrapper .rttmpl-slider-card::before {
  z-index: 0;
  background: linear-gradient(145deg, #f2c65d 0%, #b57932 100%);
  box-shadow: 0 28px 70px rgba(17, 13, 61, 0.26);
  transform: translate(32px, -18px) rotate(5deg);
  opacity: 0.95;
}
.rttmpl-slider-wrapper .rttmpl-slider-card::after {
  z-index: 1;
  background: linear-gradient(145deg, #fff 0%, #dce8ff 100%);
  box-shadow: 0 22px 58px rgba(17, 13, 61, 0.2);
  transform: translate(16px, -8px) rotate(2deg);
  opacity: 0.98;
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover {
  transform: translateY(-8px);
  box-shadow: none;
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover::before {
  transform: translate(40px, -22px) rotate(7deg);
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover::after {
  transform: translate(20px, -10px) rotate(3deg);
}
.rttmpl-slider-wrapper .rttmpl-slider-link {
  position: relative;
  z-index: 2;
  min-height: 100%;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(17, 13, 61, 0.3);
  overflow: hidden;
}
.rttmpl-slider-wrapper .rttmpl-slider-thumb {
  aspect-ratio: 4/5;
  border-radius: 22px;
  background: linear-gradient(135deg, #eefcff 0%, #fff8df 100%);
}
.rttmpl-slider-wrapper .rttmpl-slider-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(13, 7, 58, 0) 0%, rgba(13, 7, 58, 0.82) 76%, rgba(13, 7, 58, 0.96) 100%);
  z-index: 1;
  pointer-events: none;
}
.rttmpl-slider-wrapper .rttmpl-slider-thumbnail,
.rttmpl-slider-wrapper .rttmpl-slider-placeholder {
  border-radius: inherit;
}
.rttmpl-slider-wrapper .rttmpl-slider-placeholder {
  background: linear-gradient(135deg, #eefcff 0%, #fff8df 100%);
}
.rttmpl-slider-wrapper .rttmpl-slider-badge {
  z-index: 3;
  top: 18px;
  right: 18px;
}
.rttmpl-slider-wrapper .rttmpl-slider-overlay {
  z-index: 4;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.42) 100%);
}
.rttmpl-slider-wrapper .rttmpl-slider-view-btn {
  min-width: 96px;
  background: #fff;
  color: #12084a;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}
.rttmpl-slider-wrapper .rttmpl-slider-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 24px;
  color: #fff;
  pointer-events: none;
}
.rttmpl-slider-wrapper .rttmpl-slider-title {
  color: #fff;
  font-size: 18px;
}
.rttmpl-slider-wrapper .rttmpl-slider-meta-text {
  color: rgba(255, 255, 255, 0.78);
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover .rttmpl-slider-title {
  color: #fff;
}

.rttmpl-slider-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0 34px;
}
.rttmpl-slider-wrapper .rttmpl-template-slider {
  width: min(100%, 760px);
  max-width: 760px;
  aspect-ratio: 4/3;
  overflow: visible;
  padding: 0 0 58px;
}
.rttmpl-slider-wrapper .swiper-wrapper,
.rttmpl-slider-wrapper .swiper-slide,
.rttmpl-slider-wrapper .rttmpl-slider-card,
.rttmpl-slider-wrapper .rttmpl-slider-link {
  height: 100%;
}
.rttmpl-slider-wrapper .swiper-slide {
  display: flex;
  overflow: visible;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
}
.rttmpl-slider-wrapper .rttmpl-slider-card {
  position: relative;
  width: 100%;
  overflow: visible;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: 18px 22px 36px rgba(10, 4, 45, 0.22);
  transform-style: flat;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.rttmpl-slider-wrapper .rttmpl-slider-card::before,
.rttmpl-slider-wrapper .rttmpl-slider-card::after {
  content: none;
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover {
  transform: translateY(-4px);
  box-shadow: 22px 28px 46px rgba(10, 4, 45, 0.28);
}
.rttmpl-slider-wrapper .rttmpl-slider-link {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: inherit;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}
.rttmpl-slider-wrapper .rttmpl-slider-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: inherit;
  background: linear-gradient(135deg, #eefcff 0%, #fff8df 100%);
}
.rttmpl-slider-wrapper .rttmpl-slider-thumbnail,
.rttmpl-slider-wrapper .rttmpl-slider-placeholder {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.rttmpl-slider-wrapper .rttmpl-slider-thumb::after {
  height: 48%;
  background: linear-gradient(180deg, rgba(10, 4, 45, 0) 0%, rgba(10, 4, 45, 0.78) 74%, rgba(10, 4, 45, 0.94) 100%);
}
.rttmpl-slider-wrapper .rttmpl-slider-overlay {
  background: linear-gradient(180deg, rgba(10, 4, 45, 0.06) 0%, rgba(10, 4, 45, 0.45) 100%);
}
.rttmpl-slider-wrapper .rttmpl-slider-meta {
  padding: 24px 28px;
}
.rttmpl-slider-wrapper .rttmpl-slider-title {
  color: #fff;
  font-size: 20px;
}
.rttmpl-slider-wrapper .rttmpl-slider-meta-text {
  color: rgba(255, 255, 255, 0.78);
}
.rttmpl-slider-wrapper .rttmpl-slider-pagination {
  bottom: 12px !important;
}

.rttmpl-slider-wrapper {
  --rttmpl-slider-primary: #5933ff;
  --rttmpl-slider-text: #1f2937;
  --rttmpl-slider-muted: #6b7280;
  --rttmpl-slider-border: #e5e7eb;
  color: var(--rttmpl-slider-text);
}
.rttmpl-slider-wrapper .rttmpl-template-slider {
  overflow: hidden;
  padding: 2px 2px 46px;
}
.rttmpl-slider-wrapper .swiper-slide {
  height: auto;
}
.rttmpl-slider-wrapper .rttmpl-slider-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--rttmpl-slider-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.rttmpl-slider-wrapper .rttmpl-slider-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.rttmpl-slider-wrapper .rttmpl-slider-thumb {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f8f9fb;
}
.rttmpl-slider-wrapper .rttmpl-slider-thumbnail,
.rttmpl-slider-wrapper .rttmpl-slider-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  color: rgba(89, 51, 255, 0.55);
  transition: transform 0.6s ease;
}
.rttmpl-slider-wrapper .rttmpl-slider-placeholder svg {
  width: 44px;
  height: 44px;
}
.rttmpl-slider-wrapper .rttmpl-slider-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 4px 12px;
  border-radius: 6px;
  background: #16a34a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.rttmpl-slider-wrapper .rttmpl-slider-badge-pro {
  background: var(--rttmpl-slider-primary);
}
.rttmpl-slider-wrapper .rttmpl-slider-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.58);
  transition: opacity 0.25s ease;
}
.rttmpl-slider-wrapper .rttmpl-slider-view-btn {
  display: inline-flex;
  min-width: 86px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--rttmpl-slider-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(8px);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.rttmpl-slider-wrapper .rttmpl-slider-meta {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px 18px;
}
.rttmpl-slider-wrapper .rttmpl-slider-title {
  margin: 0;
  color: var(--rttmpl-slider-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  transition: color 0.25s ease;
}
.rttmpl-slider-wrapper .rttmpl-slider-meta-text {
  color: var(--rttmpl-slider-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.1);
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover .rttmpl-slider-thumbnail,
.rttmpl-slider-wrapper .rttmpl-slider-card:hover .rttmpl-slider-placeholder {
  transform: scale(1.05);
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover .rttmpl-slider-overlay {
  opacity: 1;
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover .rttmpl-slider-view-btn {
  transform: translateY(0);
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover .rttmpl-slider-title {
  color: var(--rttmpl-slider-primary);
}
.rttmpl-slider-wrapper .rttmpl-slider-pagination {
  bottom: 0 !important;
}
.rttmpl-slider-wrapper .rttmpl-slider-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px !important;
  background: #d1d5db;
  opacity: 1;
  transition: width 0.25s ease, background 0.25s ease, border-radius 0.25s ease;
}
.rttmpl-slider-wrapper .rttmpl-slider-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 999px;
  background: var(--rttmpl-slider-primary);
}
.rttmpl-grid-wrapper *, .rttmpl-grid-wrapper *::before, .rttmpl-grid-wrapper *::after {
  box-sizing: border-box;
}
.rttmpl-grid-wrapper .rttmpl-topbar {
  margin-bottom: 18px;
}
.rttmpl-grid-wrapper .rttmpl-mega {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 10px 14px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}
.rttmpl-grid-wrapper .rttmpl-mega-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.rttmpl-grid-wrapper .rttmpl-mega-item {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-item::before, .rttmpl-grid-wrapper .rttmpl-mega-item::marker {
  content: none !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-trigger {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 9px 14px !important;
  background: transparent !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1f2937 !important;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  line-height: 1.2 !important;
  position: relative;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  min-height: auto !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-trigger:hover {
  background: transparent !important;
  color: #4a70ff !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-trigger:focus {
  outline: none;
}
.rttmpl-grid-wrapper .rttmpl-mega-trigger:focus-visible {
  outline: 2px solid #4a70ff;
  outline-offset: 2px;
}
.rttmpl-grid-wrapper .rttmpl-mega-trigger .rttmpl-mega-arrow {
  width: 10px;
  height: 6px;
  color: currentColor;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.rttmpl-grid-wrapper .rttmpl-mega-item:hover > .rttmpl-mega-trigger,
.rttmpl-grid-wrapper .rttmpl-mega-item.is-open > .rttmpl-mega-trigger {
  background: transparent !important;
  color: #4a70ff !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-item:hover .rttmpl-mega-arrow,
.rttmpl-grid-wrapper .rttmpl-mega-item.is-open .rttmpl-mega-arrow {
  transform: rotate(180deg);
}
.rttmpl-grid-wrapper .rttmpl-mega-trigger-active {
  display: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4a70ff;
  margin-left: 4px;
}
.rttmpl-grid-wrapper .rttmpl-mega-item.has-selected .rttmpl-mega-trigger-active {
  display: inline-block;
}
.rttmpl-grid-wrapper .rttmpl-mega-item.has-selected > .rttmpl-mega-trigger {
  background: transparent !important;
  color: #4a70ff !important;
  font-weight: 600 !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-leaf.is-active,
.rttmpl-grid-wrapper .rttmpl-mega-item.is-leaf > .rttmpl-mega-leaf[aria-checked=true] {
  background: transparent !important;
  color: #4a70ff !important;
  border-color: transparent !important;
  box-shadow: none !important;
  font-weight: 600 !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-leaf.is-active:hover,
.rttmpl-grid-wrapper .rttmpl-mega-item.is-leaf > .rttmpl-mega-leaf[aria-checked=true]:hover {
  background: transparent !important;
  color: #4a70ff !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-trigger--cta {
  background: #f8f9fb !important;
  border: 1px solid #e5e7eb !important;
  padding: 9px 16px !important;
  font-weight: 600 !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-trigger--cta .rttmpl-mega-trigger-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  color: #4a70ff;
}
.rttmpl-grid-wrapper .rttmpl-mega-trigger--cta .rttmpl-mega-trigger-icon svg {
  width: 100%;
  height: 100%;
}
.rttmpl-grid-wrapper .rttmpl-mega-trigger--cta:hover, .rttmpl-grid-wrapper .rttmpl-mega-trigger--cta[aria-expanded=true] {
  background: #eef2ff !important;
  border-color: #4a70ff !important;
  color: #4a70ff !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-item--single:hover > .rttmpl-mega-trigger--cta,
.rttmpl-grid-wrapper .rttmpl-mega-item--single.is-open > .rttmpl-mega-trigger--cta {
  background: #eef2ff !important;
  border-color: #4a70ff !important;
  color: #4a70ff !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-panel {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  max-width: 340px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.12);
  padding: 12px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.rttmpl-grid-wrapper .rttmpl-mega-panel::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
  background: transparent;
}
.rttmpl-grid-wrapper .rttmpl-mega-panel::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 22px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
  transform: rotate(45deg);
  z-index: 1;
}
.rttmpl-grid-wrapper .rttmpl-mega-item.has-children:hover > .rttmpl-mega-panel,
.rttmpl-grid-wrapper .rttmpl-mega-item.is-open > .rttmpl-mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}
.rttmpl-grid-wrapper .rttmpl-mega-panel--wide {
  min-width: 600px !important;
  width: 640px;
  max-width: 90vw;
  padding: 18px 18px 14px;
}
.rttmpl-grid-wrapper .rttmpl-mega-panel--multi {
  min-width: 480px !important;
  max-width: 560px;
  padding: 14px;
}
.rttmpl-grid-wrapper .rttmpl-mega-children--multi {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 18px;
       column-gap: 18px;
  max-height: 380px;
}
.rttmpl-grid-wrapper .rttmpl-mega-children--multi li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 2px !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-children--multi li + li {
  margin-top: 0 !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-children--grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  -moz-column-gap: 18px !important;
       column-gap: 18px !important;
  row-gap: 2px !important;
  max-height: 360px;
  overflow-y: auto;
  padding-right: 6px;
  list-style: none !important;
  margin: 0 !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-children--grid li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: block !important;
  width: auto !important;
  float: none !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-children--grid li::before, .rttmpl-grid-wrapper .rttmpl-mega-children--grid li::marker {
  content: none !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-panel-head {
  padding: 4px 6px 10px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 6px;
}
.rttmpl-grid-wrapper .rttmpl-mega-panel-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}
.rttmpl-grid-wrapper .rttmpl-mega-children {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 320px;
  overflow-y: auto;
}
.rttmpl-grid-wrapper .rttmpl-mega-children::-webkit-scrollbar {
  width: 6px;
}
.rttmpl-grid-wrapper .rttmpl-mega-children::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 4px;
}
.rttmpl-grid-wrapper .rttmpl-mega-children li + li {
  margin-top: 2px;
}
.rttmpl-grid-wrapper .rttmpl-mega-child {
  width: 100%;
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 8px 10px !important;
  background: transparent !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1f2937 !important;
  text-align: left !important;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  min-height: auto !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-child:hover {
  background: transparent !important;
  color: #4a70ff !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-child:focus {
  outline: none;
}
.rttmpl-grid-wrapper .rttmpl-mega-child:focus-visible {
  outline: 2px solid #4a70ff;
  outline-offset: 2px;
}
.rttmpl-grid-wrapper .rttmpl-mega-child .rttmpl-cat-check {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1.5px solid #d1d5db;
  border-radius: 4px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
}
.rttmpl-grid-wrapper .rttmpl-mega-child .rttmpl-cat-check svg {
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.rttmpl-grid-wrapper .rttmpl-mega-child:hover .rttmpl-cat-check {
  border-color: #4a70ff;
}
.rttmpl-grid-wrapper .rttmpl-mega-child[aria-checked=true] {
  background: transparent !important;
  color: #4a70ff !important;
  font-weight: 600 !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-child[aria-checked=true] .rttmpl-cat-check {
  background: #4a70ff;
  border-color: #4a70ff;
}
.rttmpl-grid-wrapper .rttmpl-mega-child[aria-checked=true] .rttmpl-cat-check svg {
  opacity: 1;
}
.rttmpl-grid-wrapper .rttmpl-mega-child .rttmpl-cat-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rttmpl-grid-wrapper .rttmpl-mega-deselect-all {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  padding: 6px 4px !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #1f2937 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  min-height: auto !important;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rttmpl-grid-wrapper .rttmpl-mega-deselect-all:hover {
  background: transparent !important;
  color: #4a70ff !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-deselect-all[hidden] {
  display: none !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-deselect-all:focus {
  outline: none;
}
.rttmpl-grid-wrapper .rttmpl-topbar-sep {
  width: 1px;
  height: 26px;
  background: #e5e7eb;
  margin: 0 4px;
  flex-shrink: 0;
}
.rttmpl-grid-wrapper .rttmpl-topbar-select {
  position: relative;
  flex-shrink: 0;
}
.rttmpl-grid-wrapper .rttmpl-topbar-select select {
  height: 38px;
  min-width: 110px;
  padding: 0 32px 0 14px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 999px !important;
  background: #fff !important;
  background-image: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none !important;
  line-height: 1 !important;
  text-transform: none !important;
}
.rttmpl-grid-wrapper .rttmpl-topbar-select select:hover {
  border-color: #d1d5db !important;
}
.rttmpl-grid-wrapper .rttmpl-topbar-select select:focus {
  outline: none;
  border-color: #4a70ff !important;
  box-shadow: 0 0 0 3px rgba(74, 112, 255, 0.15) !important;
}
.rttmpl-grid-wrapper .rttmpl-topbar-select .rttmpl-select-caret {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 6px;
  color: #6b7280;
  pointer-events: none;
  display: inline-flex;
}
.rttmpl-grid-wrapper .rttmpl-topbar-select .rttmpl-select-caret svg {
  width: 100%;
  height: 100%;
}
.rttmpl-grid-wrapper .rttmpl-topbar-search {
  position: relative;
  flex: 0 1 280px;
  min-width: 200px;
}
.rttmpl-grid-wrapper .rttmpl-topbar-search .rttmpl-icon-search {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #6b7280;
  display: inline-flex;
  pointer-events: none;
}
.rttmpl-grid-wrapper .rttmpl-topbar-search .rttmpl-icon-search svg {
  width: 100%;
  height: 100%;
}
.rttmpl-grid-wrapper .rttmpl-topbar-search input {
  width: 100%;
  height: 38px !important;
  padding: 0 14px 0 38px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  background: #fff !important;
  background-image: none !important;
  color: #1f2937 !important;
  box-shadow: none !important;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.rttmpl-grid-wrapper .rttmpl-topbar-search input::-moz-placeholder {
  color: #9ca3af;
}
.rttmpl-grid-wrapper .rttmpl-topbar-search input::placeholder {
  color: #9ca3af;
}
.rttmpl-grid-wrapper .rttmpl-topbar-search input:focus {
  outline: none;
  border-color: #4a70ff !important;
  box-shadow: 0 0 0 3px rgba(74, 112, 255, 0.15) !important;
}
.rttmpl-grid-wrapper .rttmpl-mega-reset {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding: 8px 12px;
  background: #fee2e2;
  border: 1px solid #fecaca;
  border-radius: 999px;
  color: #ef4444;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.rttmpl-grid-wrapper .rttmpl-mega-reset svg {
  width: 12px;
  height: 12px;
}
.rttmpl-grid-wrapper .rttmpl-mega-reset .rttmpl-mega-reset-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #ef4444;
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}
.rttmpl-grid-wrapper .rttmpl-mega-reset:hover {
  background: #ef4444;
  color: #fff;
  border-color: #ef4444;
}
.rttmpl-grid-wrapper .rttmpl-mega-reset:hover .rttmpl-mega-reset-count {
  background: #fff;
  color: #ef4444;
}
.rttmpl-grid-wrapper .rttmpl-mega-reset[hidden] {
  display: none;
}
.rttmpl-grid-wrapper .rttmpl-content {
  min-width: 0;
  position: relative;
}
.rttmpl-grid-wrapper .rttmpl-content.is-loading .rttmpl-grid {
  opacity: 0.35;
  pointer-events: none;
  filter: blur(1px);
  transition: opacity 0.25s ease, filter 0.25s ease;
}
.rttmpl-grid-wrapper .rttmpl-content.is-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 5;
  border-radius: 14px;
  pointer-events: auto;
}
.rttmpl-grid-wrapper .rttmpl-content.is-loading::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  border: 3px solid rgba(74, 112, 255, 0.2);
  border-top-color: #4a70ff;
  border-radius: 50%;
  animation: rttmplSpin 0.8s linear infinite;
  z-index: 6;
}
.rttmpl-grid-wrapper .rttmpl-content .rttmpl-grid {
  transition: opacity 0.25s ease, filter 0.25s ease;
}
@keyframes rttmplSpin {
  to {
    transform: rotate(360deg);
  }
}
.rttmpl-grid-wrapper .rttmpl-grid-filters {
  display: none;
}
.rttmpl-grid-wrapper .rttmpl-grid-category-filter {
  display: none;
}
.rttmpl-grid-wrapper .rttmpl-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.rttmpl-grid-wrapper .rttmpl-grid.loading:after {
  content: "Loading...";
  font-size: 16px;
  text-align: center;
  display: block;
  grid-column: 1/-1;
  padding: 15px;
  color: #6b7280;
}
.rttmpl-grid-wrapper .rttmpl-grid.rttmpl-grid--masonry {
  display: block;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 22px;
       column-gap: 22px;
  grid-template-columns: none;
}
.rttmpl-grid-wrapper .rttmpl-grid.rttmpl-grid--masonry > .rttmpl-item {
  display: inline-block;
  width: 100%;
  margin: 0 0 22px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}
.rttmpl-grid-wrapper .rttmpl-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  transform: scale(1);
}
.rttmpl-grid-wrapper .rttmpl-item.hide, .rttmpl-grid-wrapper .rttmpl-item.is-filtered-out {
  opacity: 0;
  transform: scale(0.92) translateY(10px);
  pointer-events: none;
  display: none;
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card .rttmpl-thumb {
  position: relative;
  overflow: hidden;
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card .rttmpl-thumbnail {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e5e7eb;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card .rttmpl-thumb-placeholder {
  width: 100%;
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(89, 51, 255, 0.08) 0%, rgba(89, 51, 255, 0.02) 100%), repeating-linear-gradient(45deg, transparent 0, transparent 12px, rgba(89, 51, 255, 0.04) 12px, rgba(89, 51, 255, 0.04) 24px);
  color: rgba(89, 51, 255, 0.55);
  border-bottom: 1px solid #e5e7eb;
  transition: transform 0.6s ease;
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card .rttmpl-thumb-placeholder svg {
  width: 44px;
  height: 44px;
  color: inherit;
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card .rttmpl-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgba(0, 0, 0, 0.55);
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card .rttmpl-overlay .rttmpl-preview-icon {
  width: 34px;
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card span.rttmpl-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #16a34a;
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card span.rttmpl-badge.rttmpl-badge-pro {
  background: #5933FF;
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card .rttmpl-meta {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card .rttmpl-title {
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  text-align: left;
  line-height: 1.35;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rttmpl-grid-wrapper .rttmpl-item .rttmpl-card .rttmpl-groups {
  font-size: 13px;
  font-weight: 500;
  color: #5933FF;
  background: transparent;
  padding: 0;
  border-radius: 0;
  line-height: 1.4;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rttmpl-grid-wrapper .rttmpl-item:hover {
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.08);
  transform: translateY(-4px);
}
.rttmpl-grid-wrapper .rttmpl-item:hover .rttmpl-overlay {
  opacity: 1;
}
.rttmpl-grid-wrapper .rttmpl-item:hover .rttmpl-thumbnail,
.rttmpl-grid-wrapper .rttmpl-item:hover .rttmpl-thumb-placeholder {
  transform: scale(1.05);
}
.rttmpl-grid-wrapper .rttmpl-item:hover .rttmpl-card .rttmpl-title {
  color: #4a70ff;
}
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader {
  background: #f8f8f8;
  animation: pulse 1.5s infinite;
  transition: none !important;
}
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader:hover {
  transform: none;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader .rttmpl-card {
  display: block;
}
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader .rttmpl-card .rttmpl-thumb {
  position: relative;
}
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader .rttmpl-card .rttmpl-thumb .rttmpl-thumb-skeleton {
  width: 100%;
  height: 160px;
  background: #e0e0e0;
  border-radius: 6px;
}
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader .rttmpl-card .rttmpl-thumb .rttmpl-badge-skeleton {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: #ddd;
  border-radius: 12px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader .rttmpl-card .rttmpl-thumb .rttmpl-overlay .rttmpl-preview-icon-skeleton {
  width: 28px;
  height: 28px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader .rttmpl-card .rttmpl-meta {
  margin-top: 0;
  padding: 14px 16px;
}
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader .rttmpl-card .rttmpl-meta .rttmpl-title-skeleton,
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader .rttmpl-card .rttmpl-meta .rttmpl-groups-skeleton {
  height: 14px;
  background: #ddd;
  margin: 4px 0;
  border-radius: 4px;
}
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader .rttmpl-card .rttmpl-meta .rttmpl-title-skeleton {
  width: 60%;
}
.rttmpl-grid-wrapper .rttmpl-item.rttmpl-preloader .rttmpl-card .rttmpl-meta .rttmpl-groups-skeleton {
  width: 30%;
}
@keyframes pulse {
  0% {
    background-color: #eee;
  }
  50% {
    background-color: #ddd;
  }
  100% {
    background-color: #eee;
  }
}
.rttmpl-grid-wrapper .rttmpl-empty-notice {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fb;
  border: 1px dashed #d1d5db;
  border-radius: 14px;
  margin-top: 20px;
}
.rttmpl-grid-wrapper .rttmpl-empty-notice h3 {
  margin: 0;
  font-size: 16px;
  color: #6b7280;
  font-weight: 500;
}
.rttmpl-grid-wrapper .rttmpl-load-target {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.rttmpl-grid-wrapper .rttmpl-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 160px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: #5933FF;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.rttmpl-grid-wrapper .rttmpl-load-more:hover {
  background: #4322cc;
}
.rttmpl-grid-wrapper .rttmpl-load-more:disabled {
  cursor: default;
  opacity: 0.75;
}
.rttmpl-grid-wrapper .rttmpl-load-more-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: rttmplSpin 0.8s linear infinite;
}
.rttmpl-grid-wrapper .rttmpl-load-target.is-loading .rttmpl-load-more-spinner {
  display: inline-block;
}
@media (max-width: 1280px) {
  .rttmpl-grid-wrapper .rttmpl-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rttmpl-grid-wrapper .rttmpl-grid.rttmpl-grid--masonry {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 1024px) {
  .rttmpl-grid-wrapper .rttmpl-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rttmpl-grid-wrapper .rttmpl-grid.rttmpl-grid--masonry {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 768px) {
  .rttmpl-grid-wrapper .rttmpl-mega {
    padding: 8px 10px;
    gap: 8px;
  }
  .rttmpl-grid-wrapper .rttmpl-mega-trigger {
    padding: 7px 12px !important;
    font-size: 13px !important;
  }
  .rttmpl-grid-wrapper .rttmpl-mega-panel {
    min-width: 240px;
    left: 0;
    right: auto;
  }
  .rttmpl-grid-wrapper .rttmpl-mega-panel--wide {
    min-width: 280px;
    max-width: calc(100vw - 32px);
  }
  .rttmpl-grid-wrapper .rttmpl-mega-panel--multi {
    min-width: 280px !important;
    max-width: calc(100vw - 32px);
  }
  .rttmpl-grid-wrapper .rttmpl-mega-children--multi {
    -moz-column-count: 1;
         column-count: 1;
  }
  .rttmpl-grid-wrapper .rttmpl-mega-children--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 12px;
  }
  .rttmpl-grid-wrapper .rttmpl-topbar-sep {
    display: none;
  }
  .rttmpl-grid-wrapper .rttmpl-topbar-search {
    flex: 1 1 100%;
    min-width: 0;
    order: 99;
  }
  .rttmpl-grid-wrapper .rttmpl-topbar-select {
    flex: 0 0 auto;
  }
  .rttmpl-grid-wrapper .rttmpl-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .rttmpl-grid-wrapper .rttmpl-grid.rttmpl-grid--masonry {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .rttmpl-grid-wrapper .rttmpl-grid.rttmpl-grid--masonry > .rttmpl-item {
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .rttmpl-grid-wrapper .rttmpl-grid {
    grid-template-columns: 1fr;
  }
  .rttmpl-grid-wrapper .rttmpl-grid.rttmpl-grid--masonry {
    -moz-column-count: 1;
         column-count: 1;
  }
  .rttmpl-grid-wrapper .rttmpl-mega-children--grid {
    grid-template-columns: 1fr;
  }
}

.rttmpl-slider-wrapper {
  padding: 28px 0 18px;
}
.rttmpl-slider-wrapper .rttmpl-template-slider {
  padding: 42px 18px 70px;
}
.rttmpl-slider-wrapper .swiper-slide {
  overflow: visible;
}
.rttmpl-slider-wrapper .rttmpl-slider-card {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform-style: preserve-3d;
}
.rttmpl-slider-wrapper .rttmpl-slider-card::before,
.rttmpl-slider-wrapper .rttmpl-slider-card::after {
  content: "";
  position: absolute;
  inset: 18px 12px 34px;
  border-radius: 20px;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.rttmpl-slider-wrapper .rttmpl-slider-card::before {
  z-index: 0;
  background: linear-gradient(145deg, #f2c65d 0%, #b57932 100%);
  box-shadow: 0 28px 70px rgba(17, 13, 61, 0.26);
  transform: translate(32px, -18px) rotate(5deg);
  opacity: 0.95;
}
.rttmpl-slider-wrapper .rttmpl-slider-card::after {
  z-index: 1;
  background: linear-gradient(145deg, #fff 0%, #dce8ff 100%);
  box-shadow: 0 22px 58px rgba(17, 13, 61, 0.2);
  transform: translate(16px, -8px) rotate(2deg);
  opacity: 0.98;
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover {
  transform: translateY(-8px);
  box-shadow: none;
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover::before {
  transform: translate(40px, -22px) rotate(7deg);
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover::after {
  transform: translate(20px, -10px) rotate(3deg);
}
.rttmpl-slider-wrapper .rttmpl-slider-link {
  position: relative;
  z-index: 2;
  min-height: 100%;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(17, 13, 61, 0.3);
  overflow: hidden;
}
.rttmpl-slider-wrapper .rttmpl-slider-thumb {
  aspect-ratio: 4/5;
  border-radius: 22px;
  background: linear-gradient(135deg, #eefcff 0%, #fff8df 100%);
}
.rttmpl-slider-wrapper .rttmpl-slider-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(13, 7, 58, 0) 0%, rgba(13, 7, 58, 0.82) 76%, rgba(13, 7, 58, 0.96) 100%);
  z-index: 1;
  pointer-events: none;
}
.rttmpl-slider-wrapper .rttmpl-slider-thumbnail,
.rttmpl-slider-wrapper .rttmpl-slider-placeholder {
  border-radius: inherit;
}
.rttmpl-slider-wrapper .rttmpl-slider-placeholder {
  background: linear-gradient(135deg, #eefcff 0%, #fff8df 100%);
}
.rttmpl-slider-wrapper .rttmpl-slider-badge {
  z-index: 3;
  top: 18px;
  right: 18px;
}
.rttmpl-slider-wrapper .rttmpl-slider-overlay {
  z-index: 4;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.42) 100%);
}
.rttmpl-slider-wrapper .rttmpl-slider-view-btn {
  min-width: 96px;
  background: #fff;
  color: #12084a;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}
.rttmpl-slider-wrapper .rttmpl-slider-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 24px;
  color: #fff;
  pointer-events: none;
}
.rttmpl-slider-wrapper .rttmpl-slider-title {
  color: #fff;
  font-size: 18px;
}
.rttmpl-slider-wrapper .rttmpl-slider-meta-text {
  color: rgba(255, 255, 255, 0.78);
}
.rttmpl-slider-wrapper .rttmpl-slider-card:hover .rttmpl-slider-title {
  color: #fff;
}
