/*! tailwindcss v4.2.2 | 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-black: #000;
    --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-normal: 400;
    --t-font-weight-medium: 500;
    --t-font-weight-semibold: 600;
    --t-font-weight-bold: 700;
    --t-tracking-wide: 0.025em;
    --t-leading-snug: 1.375;
    --t-leading-relaxed: 1.625;
    --t-radius-lg: 0.5rem;
    --t-default-transition-duration: 150ms;
    --t-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --t-default-font-family: var(--t-font-sans);
    --t-default-mono-font-family: var(--t-font-mono);
  }
}
@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\:fixed {
    position: fixed;
  }
  .t\:sticky {
    position: sticky;
  }
  .t\:top-0 {
    top: calc(var(--t-spacing) * 0);
  }
  .t\:top-16 {
    top: calc(var(--t-spacing) * 16);
  }
  .t\:right-0 {
    right: calc(var(--t-spacing) * 0);
  }
  .t\:left-0 {
    left: calc(var(--t-spacing) * 0);
  }
  .t\:z-50 {
    z-index: 50;
  }
  .t\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .t\:float-left {
    float: left;
  }
  .t\:container {
    width: 100%;
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .t\:m-0 {
    margin: calc(var(--t-spacing) * 0);
  }
  .t\:mx-auto {
    margin-inline: auto;
  }
  .t\:my-auto {
    margin-block: auto;
  }
  .t\:mt-0\! {
    margin-top: calc(var(--t-spacing) * 0) !important;
  }
  .t\:mt-2 {
    margin-top: calc(var(--t-spacing) * 2);
  }
  .t\:mt-2\! {
    margin-top: calc(var(--t-spacing) * 2) !important;
  }
  .t\:mt-3 {
    margin-top: calc(var(--t-spacing) * 3);
  }
  .t\:mt-6 {
    margin-top: calc(var(--t-spacing) * 6);
  }
  .t\:mr-2 {
    margin-right: calc(var(--t-spacing) * 2);
  }
  .t\:mb-1 {
    margin-bottom: calc(var(--t-spacing) * 1);
  }
  .t\:mb-3 {
    margin-bottom: calc(var(--t-spacing) * 3);
  }
  .t\:mb-4 {
    margin-bottom: calc(var(--t-spacing) * 4);
  }
  .t\:mb-5 {
    margin-bottom: calc(var(--t-spacing) * 5);
  }
  .t\:mb-6 {
    margin-bottom: calc(var(--t-spacing) * 6);
  }
  .t\:ml-auto {
    margin-left: auto;
  }
  .t\:block {
    display: block;
  }
  .t\:block\! {
    display: block !important;
  }
  .t\:flex {
    display: flex;
  }
  .t\:flow-root {
    display: flow-root;
  }
  .t\:grid {
    display: grid;
  }
  .t\:hidden {
    display: none;
  }
  .t\:h-8 {
    height: calc(var(--t-spacing) * 8);
  }
  .t\:h-11 {
    height: calc(var(--t-spacing) * 11);
  }
  .t\:h-15 {
    height: calc(var(--t-spacing) * 15);
  }
  .t\:h-25 {
    height: calc(var(--t-spacing) * 25);
  }
  .t\:h-full {
    height: 100%;
  }
  .t\:max-h-21 {
    max-height: calc(var(--t-spacing) * 21);
  }
  .t\:min-h-11 {
    min-height: calc(var(--t-spacing) * 11);
  }
  .t\:w-8 {
    width: calc(var(--t-spacing) * 8);
  }
  .t\:w-35 {
    width: calc(var(--t-spacing) * 35);
  }
  .t\:w-fit {
    width: fit-content;
  }
  .t\:w-full {
    width: 100%;
  }
  .t\:max-w-82\.5 {
    max-width: calc(var(--t-spacing) * 82.5);
  }
  .t\:min-w-0 {
    min-width: calc(var(--t-spacing) * 0);
  }
  .t\:flex-1 {
    flex: 1;
  }
  .t\:shrink-0 {
    flex-shrink: 0;
  }
  .t\:resize-none {
    resize: none;
  }
  .t\:list-none {
    list-style-type: none;
  }
  .t\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .t\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }
  .t\:grid-cols-\[100px_1fr\] {
    grid-template-columns: 100px 1fr;
  }
  .t\:grid-cols-\[140px_1fr_140px\] {
    grid-template-columns: 140px 1fr 140px;
  }
  .t\:grid-cols-\[320px_1fr\] {
    grid-template-columns: 320px 1fr;
  }
  .t\:grid-cols-\[auto_1fr_auto\] {
    grid-template-columns: auto 1fr auto;
  }
  .t\:flex-col {
    flex-direction: column;
  }
  .t\:flex-row {
    flex-direction: row;
  }
  .t\:flex-wrap {
    flex-wrap: wrap;
  }
  .t\:items-center {
    align-items: center;
  }
  .t\:items-start {
    align-items: flex-start;
  }
  .t\:justify-between {
    justify-content: space-between;
  }
  .t\:justify-center {
    justify-content: center;
  }
  .t\:justify-end {
    justify-content: flex-end;
  }
  .t\:gap-1\.5 {
    gap: calc(var(--t-spacing) * 1.5);
  }
  .t\:gap-2 {
    gap: calc(var(--t-spacing) * 2);
  }
  .t\:gap-3 {
    gap: calc(var(--t-spacing) * 3);
  }
  .t\:gap-4 {
    gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-5 {
    gap: calc(var(--t-spacing) * 5);
  }
  .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-6 {
    column-gap: calc(var(--t-spacing) * 6);
  }
  .t\:gap-x-7 {
    column-gap: calc(var(--t-spacing) * 7);
  }
  .t\:gap-y-1 {
    row-gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-y-1\.5 {
    row-gap: calc(var(--t-spacing) * 1.5);
  }
  .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-5 {
    row-gap: calc(var(--t-spacing) * 5);
  }
  .t\:justify-self-end {
    justify-self: flex-end;
  }
  .t\:overflow-y-auto {
    overflow-y: auto;
  }
  .t\:rounded {
    border-radius: 0.25rem;
  }
  .t\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .t\:rounded-lg {
    border-radius: var(--t-radius-lg);
  }
  .t\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .t\:border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .t\:border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .t\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .t\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .t\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .t\:border-\[\#1B75BC\] {
    border-color: #1B75BC;
  }
  .t\:border-\[\#D0D5DD\] {
    border-color: #D0D5DD;
  }
  .t\:border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .t\:border-\[\#E5E5E5\] {
    border-color: #E5E5E5;
  }
  .t\:border-\[\#F0F0F0\] {
    border-color: #F0F0F0;
  }
  .t\:bg-\[\#0A64B4\] {
    background-color: #0A64B4;
  }
  .t\:bg-\[\#2DAFA7\] {
    background-color: #2DAFA7;
  }
  .t\:bg-\[\#E6EDF3\] {
    background-color: #E6EDF3;
  }
  .t\:bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .t\:bg-\[\#FAFAFA\] {
    background-color: #FAFAFA;
  }
  .t\:bg-transparent {
    background-color: transparent;
  }
  .t\:bg-white {
    background-color: var(--t-color-white);
  }
  .t\:bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .t\:from-\[\#4696D2\] {
    --tw-gradient-from: #4696D2;
    --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-\[\#0A64B4\] {
    --tw-gradient-to: #0A64B4;
    --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\:object-contain {
    object-fit: contain;
  }
  .t\:p-0 {
    padding: calc(var(--t-spacing) * 0);
  }
  .t\:p-0\! {
    padding: calc(var(--t-spacing) * 0) !important;
  }
  .t\:p-2\.5 {
    padding: calc(var(--t-spacing) * 2.5);
  }
  .t\:p-3 {
    padding: calc(var(--t-spacing) * 3);
  }
  .t\:px-0 {
    padding-inline: calc(var(--t-spacing) * 0);
  }
  .t\:px-2 {
    padding-inline: calc(var(--t-spacing) * 2);
  }
  .t\:px-3\.75 {
    padding-inline: calc(var(--t-spacing) * 3.75);
  }
  .t\:px-4 {
    padding-inline: calc(var(--t-spacing) * 4);
  }
  .t\:px-8 {
    padding-inline: calc(var(--t-spacing) * 8);
  }
  .t\:px-10 {
    padding-inline: calc(var(--t-spacing) * 10);
  }
  .t\:py-2 {
    padding-block: calc(var(--t-spacing) * 2);
  }
  .t\:py-2\.5 {
    padding-block: calc(var(--t-spacing) * 2.5);
  }
  .t\:py-3 {
    padding-block: calc(var(--t-spacing) * 3);
  }
  .t\:py-5 {
    padding-block: calc(var(--t-spacing) * 5);
  }
  .t\:py-6 {
    padding-block: calc(var(--t-spacing) * 6);
  }
  .t\:pt-2 {
    padding-top: calc(var(--t-spacing) * 2);
  }
  .t\:pt-4 {
    padding-top: calc(var(--t-spacing) * 4);
  }
  .t\:pt-5 {
    padding-top: calc(var(--t-spacing) * 5);
  }
  .t\:pt-8 {
    padding-top: calc(var(--t-spacing) * 8);
  }
  .t\:pb-2 {
    padding-bottom: calc(var(--t-spacing) * 2);
  }
  .t\:pb-5 {
    padding-bottom: calc(var(--t-spacing) * 5);
  }
  .t\:pb-8 {
    padding-bottom: calc(var(--t-spacing) * 8);
  }
  .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-\[17px\] {
    font-size: 17px;
  }
  .t\:text-\[32px\] {
    font-size: 32px;
  }
  .t\:leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .t\:leading-relaxed {
    --tw-leading: var(--t-leading-relaxed);
    line-height: var(--t-leading-relaxed);
  }
  .t\:leading-snug {
    --tw-leading: var(--t-leading-snug);
    line-height: var(--t-leading-snug);
  }
  .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\:font-medium\! {
    --tw-font-weight: var(--t-font-weight-medium) !important;
    font-weight: var(--t-font-weight-medium) !important;
  }
  .t\:font-normal {
    --tw-font-weight: var(--t-font-weight-normal);
    font-weight: var(--t-font-weight-normal);
  }
  .t\:font-semibold {
    --tw-font-weight: var(--t-font-weight-semibold);
    font-weight: var(--t-font-weight-semibold);
  }
  .t\:tracking-wide {
    --tw-tracking: var(--t-tracking-wide);
    letter-spacing: var(--t-tracking-wide);
  }
  .t\:whitespace-nowrap {
    white-space: nowrap;
  }
  .t\:text-\[\#0A64B4\] {
    color: #0A64B4;
  }
  .t\:text-\[\#5E5E5E\] {
    color: #5E5E5E;
  }
  .t\:text-\[\#59C4EB\] {
    color: #59C4EB;
  }
  .t\:text-\[\#151515\] {
    color: #151515;
  }
  .t\:text-\[\#161616\] {
    color: #161616;
  }
  .t\:text-\[\#444343\] {
    color: #444343;
  }
  .t\:text-\[\#EA2736\] {
    color: #EA2736;
  }
  .t\:text-black {
    color: var(--t-color-black);
  }
  .t\:text-white {
    color: var(--t-color-white);
  }
  .t\:uppercase {
    text-transform: uppercase;
  }
  .t\:placeholder-\[\#0A64B4\] {
    &::placeholder {
      color: #0A64B4;
    }
  }
  .t\:transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .t\:outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .t\:hover\:bg-\[\#07528F\] {
    &:hover {
      @media (hover: hover) {
        background-color: #07528F;
      }
    }
  }
  .t\:hover\:bg-\[\#F1F1F1\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F1F1F1;
      }
    }
  }
  .t\:hover\:text-\[\#07528F\] {
    &:hover {
      @media (hover: hover) {
        color: #07528F;
      }
    }
  }
  .t\:max-\[992px\]\:w-50\! {
    @media (width < 992px) {
      width: calc(var(--t-spacing) * 50) !important;
    }
  }
  .t\:max-md\:order-3 {
    @media (width < 48rem) {
      order: 3;
    }
  }
  .t\:max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .t\:md\:ml-auto {
    @media (width >= 48rem) {
      margin-left: auto;
    }
  }
  .t\:md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .t\:md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .t\:max-\[1000px\]\:\[\&\>\*\:nth-child\(n\+5\)\]\:hidden\! {
    @media (width < 1000px) {
      &>*:nth-child(n+5) {
        display: none !important;
      }
    }
  }
  .t\:\[\&\>\*\:nth-child\(n\+6\)\]\:hidden\! {
    &>*:nth-child(n+6) {
      display: none !important;
    }
  }
}
.noto-font {
  font-family: "Noto Serif", serif;
}
.title {
  font-family: "Noto Serif", serif;
  font-weight: 500;
}
.category-badge {
  display: inline-flex;
  align-items: center;
  background: #0A64B4;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  height: 40px;
  padding: 0 32px 0 15px;
  clip-path: polygon(0% 0%, 90% 0, 100% 32%, 100% 100%, 0% 100%);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.category-badge:hover {
  color: white;
  background: #07528F;
}
.header-title .title.l1 {
  font-size: 2.1875rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.article-date {
  font-size: 0.8rem;
  color: var(--text-color-soft);
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Roboto", sans-serif;
}
#content {
  color: var(--tw-prose-body);
  max-width: 65ch;
  :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
  }
  :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }
  :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
  }
  :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
  }
  :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }
  :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }
  :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
  }
  :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }
  :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }
  :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
  }
  :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
  }
  :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
  }
  :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
  }
  :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
  }
  :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
  :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  :where(.t\:prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :where(.t\:prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  :where(.t\:prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  :where(.t\:prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  :where(.t\:prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(.t\:prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(.t\:prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  max-width: none;
  font-size: var(--t-text-lg);
  line-height: var(--tw-leading, var(--t-text-lg--line-height));
}
.article-prose {
  line-height: 1.6;
  color: var(--text-color);
  font-size: 1.125rem;
}
.article-prose p {
  margin-bottom: 1.1rem;
  text-align: justify;
}
.article-prose figure {
  margin: 1.5rem 0;
}
.article-prose figcaption {
  font-size: 0.875rem;
  color: #444343;
  text-align: center;
  font-style: italic;
  margin-top: 0;
  padding: 8px;
}
.article-prose img {
  width: 100%;
  height: auto;
}
.article-prose strong {
  font-weight: 700;
}
.article-prose h2 {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 1.75rem 0 0.75rem;
}
.article-prose h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 1.25rem 0 0.5rem;
}
.share-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F0F0F0;
  color: #333;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  flex-shrink: 0;
}
.share-icon-btn:hover {
  background: #E0E0E0;
  color: #333;
}
.info-cate-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0A64B4;
}
.info-cate-link:hover {
  color: var(--highlight-color);
}
.tag-link {
  font-size: 0.8rem;
  color: #0A64B4;
  text-decoration: none;
}
.tag-link:hover {
  color: var(--highlight-color);
}
.sidebar-tab-label {
  font-weight: 700;
  font-size: 2.25rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #0A64B4;
  font-family: "Chakra Petch", sans-serif;
  line-height: 1;
  transition: color 0.15s;
}
.sidebar-tab-label.is-active {
  color: #EA2736;
}
.sidebar-tab-splitter {
  font-size: 2.125rem;
  color: #0A64B4;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.sukien-box-heading {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0A64B4;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Chakra Petch", sans-serif;
  text-decoration: none;
  text-align: center;
  margin-bottom: 12px;
}
.sukien-box-heading:hover {
  color: var(--highlight-color);
}
.trending-num {
  color: #0A64B4;
  font-size: 2.25rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  min-width: 52px;
  flex-shrink: 0;
}
.view-count {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  color: var(--text-color-soft);
  margin-top: 4px;
  font-family: "Roboto", sans-serif;
}
.tin-bai-khac .desc-mobile {
  display: none;
}
@media (max-width: 767px) {
  .detail-layout {
    grid-template-columns: 1fr !important;
  }
  .detail-layout > * {
    grid-column: span 1 !important;
  }
  .title.l1 {
    font-size: 1.5rem;
  }
  .article-date {
    font-size: 0.75rem;
  }
  .info-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
  .detail-layout aside {
    display: none;
  }
  .article-prose h2 {
    font-size: 1.3125rem;
  }
  .article-prose h3 {
    font-size: 1rem;
  }
  .tin-bai-khac .desc-desktop {
    display: none;
  }
  .tin-bai-khac .desc-mobile {
    display: block;
  }
}
.home-overlay-nav [data-menu-item] {
  padding-left: 40px;
  color: #151515;
}
.home-overlay-nav [data-menu-item] [data-menu-indicator] {
  display: none;
}
.home-overlay-nav [data-menu-item].is-active {
  padding-left: 24px;
  color: #EA2736;
  background-color: #FFFFFF;
}
.home-overlay-nav [data-menu-item].is-active [data-menu-indicator] {
  display: flex;
}
.home-overlay-nav [data-menu-item]:not(.is-active):hover {
  background-color: #F1F1F1;
}
.mobile-menu-item {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  overflow: hidden;
}
.mobile-menu-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  color: #151515;
  cursor: pointer;
  text-align: left;
}
.mobile-menu-caret {
  font-size: 20px;
  color: #333;
  transition: transform 0.3s ease;
  line-height: 1;
}
.mobile-menu-item.is-open > .mobile-menu-trigger > .mobile-menu-caret {
  transform: rotate(90deg);
}
.mobile-menu-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.mobile-menu-item.is-open > .mobile-menu-sub {
  max-height: 2000px;
}
.mobile-menu-sub > a {
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  color: #151515;
  border-top: 1px solid #F0F0F0;
  text-decoration: none;
}
.mobile-menu-sub > a:hover {
  background: #F9F9F9;
}
.mobile-menu-item.is-open > .mobile-menu-trigger {
  color: #0A64B4;
  background: #F0F7FF;
}
.mobile-menu-item--nested {
  background: transparent;
  border: none;
  border-radius: 0;
  border-top: 1px solid #F0F0F0;
  overflow: hidden;
}
.mobile-menu-trigger--nested {
  padding: 14px 20px;
  font-size: 14px;
  color: #151515;
  font-weight: 400;
}
.mobile-menu-trigger--nested .mobile-menu-caret {
  font-size: 16px;
}
.mobile-menu-item--nested.is-open > .mobile-menu-trigger--nested {
  color: #0A64B4;
  background: #F0F7FF;
}
.mobile-menu-item--nested .mobile-menu-sub > a {
  padding-left: 32px;
  font-size: 13px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-sub > a {
  padding-left: 44px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-sub > a {
  padding-left: 56px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-trigger--nested {
  padding-left: 32px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-trigger--nested {
  padding-left: 44px;
}
.mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-item--nested .mobile-menu-trigger--nested {
  padding-left: 56px;
}
.desktop-overlay-menu-root {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.desktop-overlay-menu-root > .mobile-menu-sub {
  max-height: none;
}
.related {
  margin: 15px 0;
}
.related table {
  width: 100%;
}
.related td {
  border-bottom: 1px dotted #ccc;
  padding: 8px 0 !important;
}
.image_related_1 img {
  width: 120px !important;
  max-width: unset !important;
  margin: 0 10px 0 0 !important;
}
img {
  max-width: 100%;
}
.related a {
  text-decoration: none !important;
}
table.left td:has(img), table.right td:has(img) {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
table.left td:has(img) {
  padding-left: 0 !important;
}
table.right td:has(img) {
  padding-right: 0 !important;
}
table.rl tr.image_related_1 {
  border-bottom: 1px solid #e5e5e5;
}
table.rl tr.image_related_1:last-child {
  border-bottom: none;
}
.related tbody:has(.image_related_2) {
  border-left: 1px solid oklch(92.2% 0 0);
}
.image_related_2 {
  display: block;
  padding-left: 16px;
  position: relative;
  border: none;
}
.image_related_2 * {
  font-size: 1.1rem;
}
.image_related_2 *:hover {
  color: #0A64B4 !important;
}
.image_related_2 td {
  border: none;
}
.image_related_2::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  left: -5px;
  top: 15px;
  border-radius: 999px;
  z-index: 1;
}
.image_related_2::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ccc;
  left: -5px;
  top: 15px;
  border-radius: 999px;
  z-index: 0;
}
.dot-pencisonar, .image_related_2::before {
  animation: pencisonar 1.5s ease infinite;
}
@keyframes pencisonar {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
table.image .desc {
  background: #fbfaf9;
  padding: 8px !important;
  color: #0e6b91;
  margin-top: 0px !important;
}
table.image img {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
table.image td:has(img) {
  padding-bottom: 0px !important;
}
#content .new img {
  margin-bottom: 0px;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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-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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
    }
  }
}

.detail-main-column {
    display: flex;
    flex-direction: column;
}