/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --t-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --t-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --t-color-white: #fff;
    --t-spacing: 0.25rem;
    --t-text-xs: 0.75rem;
    --t-text-xs--line-height: calc(1 / 0.75);
    --t-text-sm: 0.875rem;
    --t-text-sm--line-height: calc(1.25 / 0.875);
    --t-text-base: 1rem;
    --t-text-base--line-height: calc(1.5 / 1);
    --t-text-lg: 1.125rem;
    --t-text-lg--line-height: calc(1.75 / 1.125);
    --t-text-xl: 1.25rem;
    --t-text-xl--line-height: calc(1.75 / 1.25);
    --t-text-2xl: 1.5rem;
    --t-text-2xl--line-height: calc(2 / 1.5);
    --t-font-weight-medium: 500;
    --t-font-weight-bold: 700;
    --t-default-font-family: var(--t-font-sans);
    --t-default-mono-font-family: var(--t-font-mono);
    --t-color-tw-secondary: #667085;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--t-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--t-default-font-feature-settings, normal);
    font-variation-settings: var(--t-default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--t-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--t-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--t-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .t\:absolute {
    position: absolute;
  }
  .t\:relative {
    position: relative;
  }
  .t\:top-0 {
    top: calc(var(--t-spacing) * 0);
  }
  .t\:right-0 {
    right: calc(var(--t-spacing) * 0);
  }
  .t\:bottom-0 {
    bottom: calc(var(--t-spacing) * 0);
  }
  .t\:bottom-20 {
    bottom: calc(var(--t-spacing) * 20);
  }
  .t\:left-0 {
    left: calc(var(--t-spacing) * 0);
  }
  .t\:left-10 {
    left: calc(var(--t-spacing) * 10);
  }
  .t\:z-10 {
    z-index: 10;
  }
  .t\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .t\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .t\:mx-auto {
    margin-inline: auto;
  }
  .t\:mx-auto\! {
    margin-inline: auto !important;
  }
  .t\:mt-5 {
    margin-top: calc(var(--t-spacing) * 5);
  }
  .t\:-mb-4 {
    margin-bottom: calc(var(--t-spacing) * -4);
  }
  .t\:flex {
    display: flex;
  }
  .t\:grid {
    display: grid;
  }
  .t\:size-\[4px\] {
    width: 4px;
    height: 4px;
  }
  .t\:h-\[95px\] {
    height: 95px;
  }
  .t\:h-\[calc\(100vh-130px\)\] {
    height: calc(100vh - 130px);
  }
  .t\:h-full {
    height: 100%;
  }
  .t\:min-h-\[800px\] {
    min-height: 800px;
  }
  .t\:w-\[100\%\] {
    width: 100%;
  }
  .t\:w-full {
    width: 100%;
  }
  .t\:max-w-\[400px\] {
    max-width: 400px;
  }
  .t\:max-w-\[480px\] {
    max-width: 480px;
  }
  .t\:max-w-\[680px\] {
    max-width: 680px;
  }
  .t\:flex-1 {
    flex: 1;
  }
  .t\:-translate-x-\[22px\] {
    --tw-translate-x: calc(22px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:translate-x-\[5\%\] {
    --tw-translate-x: 5%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .t\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .t\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .t\:grid-cols-\[80px_1fr\] {
    grid-template-columns: 80px 1fr;
  }
  .t\:grid-cols-\[130px_1fr\] {
    grid-template-columns: 130px 1fr;
  }
  .t\:flex-col {
    flex-direction: column;
  }
  .t\:flex-wrap {
    flex-wrap: wrap;
  }
  .t\:items-center {
    align-items: center;
  }
  .t\:items-end {
    align-items: flex-end;
  }
  .t\:items-start {
    align-items: flex-start;
  }
  .t\:justify-between {
    justify-content: space-between;
  }
  .t\:justify-center {
    justify-content: center;
  }
  .t\:gap-3 {
    gap: calc(var(--t-spacing) * 3);
  }
  .t\:gap-5 {
    gap: calc(var(--t-spacing) * 5);
  }
  .t\:gap-\[24px\] {
    gap: 24px;
  }
  .t\:gap-x-2 {
    column-gap: calc(var(--t-spacing) * 2);
  }
  .t\:gap-x-3 {
    column-gap: calc(var(--t-spacing) * 3);
  }
  .t\:gap-x-5 {
    column-gap: calc(var(--t-spacing) * 5);
  }
  .t\:gap-x-6 {
    column-gap: calc(var(--t-spacing) * 6);
  }
  .t\:gap-x-20 {
    column-gap: calc(var(--t-spacing) * 20);
  }
  .t\:gap-x-\[22px\] {
    column-gap: 22px;
  }
  .t\:gap-y-1 {
    row-gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-y-2 {
    row-gap: calc(var(--t-spacing) * 2);
  }
  .t\:gap-y-3 {
    row-gap: calc(var(--t-spacing) * 3);
  }
  .t\:gap-y-4 {
    row-gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-y-6 {
    row-gap: calc(var(--t-spacing) * 6);
  }
  .t\:gap-y-\[60px\] {
    row-gap: 60px;
  }
  .t\:divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .t\:divide-\[\#DCDFE4\] {
    :where(& > :not(:last-child)) {
      border-color: #DCDFE4;
    }
  }
  .t\:rounded-\[16px\] {
    border-radius: 16px;
  }
  .t\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .t\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .t\:border-\[\#FB0304\] {
    border-color: #FB0304;
  }
  .t\:bg-\[\#212636\] {
    background-color: #212636;
  }
  .t\:bg-white\/10 {
    background-color: var(--t-color-white);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--t-color-white) 10%, transparent);
    }
  }
  .t\:bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .t\:bg-\[url\(\'https\:\/\/pub-767846261d1b4ab5adf906740bb1458e\.r2\.dev\/html-lanh-dao\/desktop\/assets\/bg\.jpg\'\)\] {
    background-image: url('https://pub-767846261d1b4ab5adf906740bb1458e.r2.dev/html-lanh-dao/desktop/assets/bg.jpg');
  }
  .t\:bg-none {
    background-image: none;
  }
  .t\:from-\[\#FD01001A\] {
    --tw-gradient-from: #FD01001A;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:to-\[\#FD010000\] {
    --tw-gradient-to: #FD010000;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:bg-cover {
    background-size: cover;
  }
  .t\:bg-center {
    background-position: center;
  }
  .t\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .t\:object-contain {
    object-fit: contain;
  }
  .t\:object-cover {
    object-fit: cover;
  }
  .t\:object-center {
    object-position: center;
  }
  .t\:p-4 {
    padding: calc(var(--t-spacing) * 4);
  }
  .t\:px-\[10px\] {
    padding-inline: 10px;
  }
  .t\:py-5 {
    padding-block: calc(var(--t-spacing) * 5);
  }
  .t\:py-6 {
    padding-block: calc(var(--t-spacing) * 6);
  }
  .t\:py-8 {
    padding-block: calc(var(--t-spacing) * 8);
  }
  .t\:py-10 {
    padding-block: calc(var(--t-spacing) * 10);
  }
  .t\:pt-12\! {
    padding-top: calc(var(--t-spacing) * 12) !important;
  }
  .t\:pr-\[70px\] {
    padding-right: 70px;
  }
  .t\:pb-16\! {
    padding-bottom: calc(var(--t-spacing) * 16) !important;
  }
  .t\:text-2xl {
    font-size: var(--t-text-2xl);
    line-height: var(--tw-leading, var(--t-text-2xl--line-height));
  }
  .t\:text-base {
    font-size: var(--t-text-base);
    line-height: var(--tw-leading, var(--t-text-base--line-height));
  }
  .t\:text-lg {
    font-size: var(--t-text-lg);
    line-height: var(--tw-leading, var(--t-text-lg--line-height));
  }
  .t\:text-sm {
    font-size: var(--t-text-sm);
    line-height: var(--tw-leading, var(--t-text-sm--line-height));
  }
  .t\:text-xl {
    font-size: var(--t-text-xl);
    line-height: var(--tw-leading, var(--t-text-xl--line-height));
  }
  .t\:text-xs {
    font-size: var(--t-text-xs);
    line-height: var(--tw-leading, var(--t-text-xs--line-height));
  }
  .t\:text-\[32px\] {
    font-size: 32px;
  }
  .t\:font-bold {
    --tw-font-weight: var(--t-font-weight-bold);
    font-weight: var(--t-font-weight-bold);
  }
  .t\:font-medium {
    --tw-font-weight: var(--t-font-weight-medium);
    font-weight: var(--t-font-weight-medium);
  }
  .t\:whitespace-nowrap {
    white-space: nowrap;
  }
  .t\:text-\[\#333\] {
    color: #333;
  }
  .t\:text-\[\#BB241A\] {
    color: #BB241A;
  }
  .t\:text-\[\#C0C0C0\]\! {
    color: #C0C0C0 !important;
  }
  .t\:text-tw-secondary {
    color: var(--t-color-tw-secondary);
  }
  .t\:text-white {
    color: var(--t-color-white);
  }
  .t\:uppercase {
    text-transform: uppercase;
  }
  .t\:shadow-\[0_8px_16px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 8px 16px var(--tw-shadow-color, rgba(0,0,0,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .t\:backdrop-blur-\[1px\] {
    --tw-backdrop-blur: blur(1px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .t\:min-\[1000px\]\:w-\[90\%\] {
    @media (width >= 1000px) {
      width: 90%;
    }
  }
  .t\:min-\[1000px\]\:gap-x-10 {
    @media (width >= 1000px) {
      column-gap: calc(var(--t-spacing) * 10);
    }
  }
  .t\:min-\[1100px\]\:w-\[80\%\] {
    @media (width >= 1100px) {
      width: 80%;
    }
  }
  .t\:min-\[1100px\]\:gap-x-14 {
    @media (width >= 1100px) {
      column-gap: calc(var(--t-spacing) * 14);
    }
  }
  .t\:bt-xl\:mx-0 {
    @media (width >= 1200px) {
      margin-inline: calc(var(--t-spacing) * 0);
    }
  }
  .t\:min-\[1200px\]\:w-\[70\%\] {
    @media (width >= 1200px) {
      width: 70%;
    }
  }
  .t\:bt-xl\:grid-cols-1 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .t\:bt-xl\:grid-cols-\[3fr_7fr\] {
    @media (width >= 1200px) {
      grid-template-columns: 3fr 7fr;
    }
  }
  .t\:bt-xl\:bg-\[url\(https\:\/\/pub-767846261d1b4ab5adf906740bb1458e\.r2\.dev\/desktop\/assets\/images\/trong-dong2\.svg\)\] {
    @media (width >= 1200px) {
      background-image: url(https://pub-767846261d1b4ab5adf906740bb1458e.r2.dev/desktop/assets/images/trong-dong2.svg);
    }
  }
  .t\:bt-xl\:bg-cover {
    @media (width >= 1200px) {
      background-size: cover;
    }
  }
  .t\:bt-xl\:bg-center {
    @media (width >= 1200px) {
      background-position: center;
    }
  }
  .t\:bt-xl\:bg-no-repeat {
    @media (width >= 1200px) {
      background-repeat: no-repeat;
    }
  }
  .t\:min-\[1400px\]\:pr-\[130px\] {
    @media (width >= 1400px) {
      padding-right: 130px;
    }
  }
  .t\:\[\&\>div\]\:pb-4 {
    &>div {
      padding-bottom: calc(var(--t-spacing) * 4);
    }
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
}
.serif-font {
  font-family: "Merriweather", serif;
}
header.header .header-home-navbar .navbar .navbar-nav {
  width: 100%;
}
header.header .header-home-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-right: auto;
}
header.header .header-home-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-left: auto;
}
header.header .header-home-navbar .navbar .navbar-nav .nav-item:last-child a::after {
  display: none;
}
header.header {
  position: relative;
}
header.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("https://pub-767846261d1b4ab5adf906740bb1458e.r2.dev/assets-daklak/bg-header.png");
  z-index: -1;
}
.header-home {
  border-bottom: 2px solid #fec84b;
}
.time {
  color: #667085;
  font-size: 13px;
}
.description {
  color: #667085;
  font-size: 0.975rem;
}
.cate-label {
  position: relative;
  width: fit-content;
  border-left-style: var(--tw-border-style);
  border-left-width: 6px;
  border-color: #FC0202;
  padding-inline: calc(var(--t-spacing) * 3);
  padding-top: 3px;
}
.cate-label .cate-label-bg {
  position: absolute;
  inset: calc(var(--t-spacing) * 0);
  z-index: 0;
  transform-origin: left;
  background-color: #FC02021A;
}
.cate-label h2 {
  position: relative;
  z-index: 1;
}
.broadcast-tab .broadcast-tab-item {
  cursor: pointer;
}
.broadcast-tab .broadcast-tab-item:not(.active) {
  border-color: transparent !important;
}
.broadcast-tab .broadcast-tab-item:not(.active) .cate-label-bg {
  display: none;
}
.title {
  --tw-font-weight: var(--t-font-weight-bold);
  font-weight: var(--t-font-weight-bold);
  &:hover {
    @media (hover: hover) {
      color: #bc0000;
    }
  }
}
.title.l1 {
  font-size: 1.375rem;
}
.title.l2 {
  font-size: 1rem;
}
@keyframes side-in-right {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.side-in-right {
  animation: side-in-right 1s ease forwards;
}
.post-meta {
  display: flex;
  align-items: center;
  gap: calc(var(--t-spacing) * 2);
}
.post-meta .cate-name {
  font-size: 13px;
  color: #DE3024;
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.post-meta .dot-separation {
  width: 3.5px;
  height: 3.5px;
  border-radius: calc(infinity * 1px);
  background-color: var(--t-color-tw-secondary);
}
.block-image {
  position: relative;
  height: 120px !important;
  width: 180px !important;
  @media (width >= 40rem) {
    height: 140px !important;
  }
  @media (width >= 40rem) {
    width: 210px !important;
  }
  @media (width >= 48rem) {
    height: 165px !important;
  }
  @media (width >= 48rem) {
    width: 230px !important;
  }
  @media (width >= 80rem) {
    height: 180px !important;
  }
  @media (width >= 80rem) {
    width: 270px !important;
  }
}
.block-image-sm {
  position: relative;
  height: 80px !important;
  width: 120px !important;
  @media (width >= 40rem) {
    height: 100px !important;
  }
  @media (width >= 40rem) {
    width: 150px !important;
  }
  @media (width >= 48rem) {
    height: 115px !important;
  }
  @media (width >= 48rem) {
    width: 170px !important;
  }
  @media (width >= 80rem) {
    height: 130px !important;
  }
  @media (width >= 80rem) {
    width: 200px !important;
  }
}
.block-image-ssm {
  position: relative;
  height: 70px !important;
  width: 100px !important;
  @media (width >= 40rem) {
    height: 80px !important;
  }
  @media (width >= 40rem) {
    width: 130px !important;
  }
  @media (width >= 48rem) {
    height: 120px !important;
  }
  @media (width >= 48rem) {
    width: 160px !important;
  }
  @media (width >= 80rem) {
    height: 120px !important;
  }
  @media (width >= 80rem) {
    width: 160px !important;
  }
}
.block-image-ssm-2 {
  position: relative;
  height: 112px !important;
  width: 170px !important;
}
.block-image-lg {
  position: relative;
  height: 150px !important;
  width: 230px !important;
  @media (width >= 40rem) {
    height: 180px !important;
  }
  @media (width >= 40rem) {
    width: 270px !important;
  }
  @media (width >= 48rem) {
    height: 200px !important;
  }
  @media (width >= 48rem) {
    width: 300px !important;
  }
  @media (width >= 80rem) {
    height: 230px !important;
  }
  @media (width >= 80rem) {
    width: 350px !important;
  }
}
.block-image .img {
  position: absolute;
  inset: calc(var(--t-spacing) * 0);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.figure {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.figure .img {
  position: absolute;
  inset: calc(var(--t-spacing) * 0);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.img-thumb-block {
  aspect-ratio: 3 / 2 !important;
  overflow: hidden;
}
.img-thumb-block.vertical-post {
  width: 100%;
}
.img-thumb-block.horizontal-post {
  height: 100%;
}
.img-thumb-block.horizontal-post.ssm-size {
  width: 145px;
}
.img-thumb-block.horizontal-post.sm-size {
  width: 178px;
}
.img-thumb-block.horizontal-post.md-size {
  width: 192px;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
