/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
/**
 * -----------------------------------------------------------------------------
 * Support Facility View Styles RTL
 * -----------------------------------------------------------------------------
 *
 * This file contains all SCSS styles related to the
 * Support Facility view display in RTL.
 *
 * Scope:
 * - Layout structure
 * - Image and gallery styling
 * - Description formatting
 * - Custom overrides specific to this view
 *
 * This file should only include styles scoped to the
 * Support Facility view to avoid global side effects in RTL.
 *
 * -----------------------------------------------------------------------------
 */
[dir=rtl] .view-display-id-support_facility_teaser_attachment .slick-list .slick-track {
  justify-content: end;
  align-items: end;
}
[dir=rtl] .view-display-id-support_facility_teaser_attachment .view-footer:has(.slick-arrow):has(.arrow-next:hover)::after {
  background: linear-gradient(89.69deg, var(--landing-primary, #32c5f4) 39.44%, #c8c8c8 89.55%);
}
[dir=rtl] .view-display-id-support_facility_teaser_attachment .view-footer:has(.slick-arrow):has(.arrow-prev:hover)::after {
  background: linear-gradient(89.69deg, #c8c8c8 39.44%, rgba(var(--landing-primary-rgb), 1) 89.55%);
}
[dir=rtl] .view-display-id-support_facility_teaser_attachment .view-footer .slick-arrow.arrow-prev {
  transform: rotate(0deg);
}
[dir=rtl] .view-display-id-support_facility_teaser_attachment .view-footer .slick-arrow.arrow-next {
  transform: rotate(180deg);
}
