.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for shortcode, class: .elementor-element-d8c7e30 */:root {
  --fymous-bg: #fbfbfe;
  --fymous-text: #202033;
  --fymous-muted: #77758a;
  --fymous-border: rgba(90, 82, 122, 0.16);
  --fymous-primary: #7c3aed;
  --fymous-secondary: #2784d9;
  --fymous-panel-shadow: 0 18px 60px rgba(27, 24, 54, 0.16);
}


/* =========================================
   WORDPRESS ADMIN
========================================= */

body.wp-admin .fymous-header,
body.wp-admin .fymous-mobile-search,
body.wp-admin .fymous-menu-panel,
body.wp-admin .fymous-overlay-open::before,
body.block-editor-page .fymous-header,
body.block-editor-page .fymous-mobile-search,
body.block-editor-page .fymous-menu-panel,
body.block-editor-page .fymous-overlay-open::before,
body.edit-post-visual-editor .fymous-header,
body.edit-post-visual-editor .fymous-mobile-search,
body.edit-post-visual-editor .fymous-menu-panel,
body.edit-post-visual-editor .fymous-overlay-open::before {
  display: none !important;
}


/* =========================================
   SCREEN READER
========================================= */

.fymous-screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* =========================================
   MAIN HEADER
========================================= */

.fymous-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;

  padding: 16px;

  background: rgba(251, 251, 254, 0.82);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition:
    padding 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}


.fymous-header.is-scrolled {
  padding-block: 8px;

  background: rgba(251, 251, 254, 0.96);

  border-bottom: 1px solid var(--fymous-border);

  box-shadow:
    0 8px 30px rgba(34, 28, 70, 0.06);
}


/* =========================================
   HEADER INNER
========================================= */

.fymous-header__inner {
  width: min(100%, 1280px);

  margin-inline: auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 18px;
}


/* =========================================
   LOGO
========================================= */

.fymous-header__logo {
  display: inline-flex;
  align-items: center;

  flex: 0 0 auto;

  text-decoration: none;
}


.fymous-header__logo img {
  display: block;

  width: auto;
  height: 40px;

  max-width: 190px;

  object-fit: contain;
}


/* =========================================
   DESKTOP SEARCH
========================================= */

.fymous-header__search {
  position: relative;

  display: flex;
  align-items: center;

  flex: 1 1 420px;

  max-width: 430px;

  opacity: 0;
  visibility: hidden;

  transform: scale(0.96);

  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
}


.fymous-header.show-search .fymous-header__search {
  opacity: 1;

  visibility: visible;

  transform: scale(1);
}


/* =========================================
   SEARCH ICON
========================================= */

.fymous-header__search svg,
.fymous-mobile-search__box svg {
  position: absolute;

  left: 14px;

  width: 18px;
  height: 18px;

  fill: none;

  stroke: var(--fymous-muted);

  stroke-width: 2;

  stroke-linecap: round;
  stroke-linejoin: round;

  pointer-events: none;
}


/* =========================================
   SEARCH INPUT
========================================= */

.fymous-header__search input,
.fymous-mobile-search__box input {
  width: 100%;

  min-height: 42px;

  padding: 10px 44px;

  border-radius: 999px;

  border: 1px solid var(--fymous-border);

  background: rgba(239, 238, 246, 0.9);

  color: var(--fymous-text);

  font-family: inherit;

  font-size: 14px;

  outline: none;

  box-sizing: border-box;

  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}


.fymous-header__search input:focus,
.fymous-mobile-search__box input:focus {
  border-color: rgba(124, 58, 237, 0.44);

  box-shadow:
    0 0 0 4px rgba(124, 58, 237, 0.12);

  background: #fff;
}


.fymous-header__search input::placeholder,
.fymous-mobile-search__box input::placeholder {
  color: var(--fymous-muted);

  opacity: 1;
}


/* =========================================
   SEARCH CLEAR
========================================= */

.fymous-search-clear {
  position: absolute;

  right: 8px;
  top: 50%;

  transform: translateY(-50%);

  display: none;

  width: 28px;
  height: 28px;

  padding: 0;

  border: 0;

  border-radius: 999px;

  background: transparent;

  cursor: pointer;
}


.fymous-search-clear.is-visible {
  display: inline-flex;

  align-items: center;
  justify-content: center;
}


.fymous-search-clear:hover {
  background: rgba(32, 32, 51, 0.06);
}


.fymous-search-clear svg {
  position: static;

  width: 16px;
  height: 16px;

  stroke: var(--fymous-muted);
}


/* =========================================
   ACTIONS
========================================= */

.fymous-header__actions {
  display: flex;
  align-items: center;

  gap: 8px;

  flex: 0 0 auto;
}


.fymous-icon-button {
  width: 40px;
  height: 40px;

  padding: 0;

  border: 0;

  border-radius: 999px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  background: transparent;

  color: var(--fymous-text);

  cursor: pointer;

  transition:
    background 180ms ease,
    transform 180ms ease;
}


.fymous-icon-button:hover {
  background: rgba(32, 32, 51, 0.06);
}


.fymous-icon-button svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: currentColor;

  stroke-width: 2;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.fymous-mobile-search-toggle {
  display: none;
}


/* =========================================
   HAMBURGER
========================================= */

.fymous-menu-toggle {
  flex-direction: column;

  gap: 5px;
}


.fymous-menu-toggle span {
  width: 18px;
  height: 2px;

  border-radius: 999px;

  background: currentColor;

  transition:
    transform 180ms ease,
    opacity 180ms ease;
}


.fymous-menu-toggle.is-open span:first-child {
  transform:
    translateY(3.5px)
    rotate(45deg);
}


.fymous-menu-toggle.is-open span:last-child {
  transform:
    translateY(-3.5px)
    rotate(-45deg);
}


/* =========================================
   MOBILE SEARCH + MENU
========================================= */

.fymous-mobile-search,
.fymous-menu-panel {
  position: fixed;

  z-index: 9997;

  opacity: 0;

  visibility: hidden;

  transform: translateY(-12px);

  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
}


.fymous-mobile-search.is-open,
.fymous-menu-panel.is-open {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}


/* =========================================
   MOBILE SEARCH
========================================= */

.fymous-mobile-search {
  top: 64px;

  left: 16px;
  right: 16px;
}


.fymous-mobile-search__box {
  position: relative;

  display: flex;

  align-items: center;

  padding: 16px;

  border: 1px solid var(--fymous-border);

  border-radius: 20px;

  background: var(--fymous-bg);

  box-shadow: var(--fymous-panel-shadow);
}


.fymous-mobile-search__box svg {
  left: 30px;
}


/* =========================================
   MENU PANEL
========================================= */

.fymous-menu-panel {
  top: 64px;

  right: 16px;

  width: min(
    392px,
    calc(100vw - 32px)
  );

  max-height: min(80vh, 650px);

  overflow: auto;

  border: 1px solid var(--fymous-border);

  border-radius: 20px;

  background: var(--fymous-bg);

  box-shadow: var(--fymous-panel-shadow);

  scrollbar-width: thin;
}


/* =========================================
   MENU NAVIGATION
========================================= */

.fymous-menu-panel__nav {
  display: grid;

  gap: 4px;

  padding: 10px;
}


.fymous-menu-panel__nav ul {
  display: grid;

  gap: 4px;

  margin: 0;

  padding: 0;

  list-style: none;
}


.fymous-menu-panel__nav li {
  margin: 0;

  padding: 0;

  list-style: none;
}


.fymous-menu-panel__nav a {
  min-height: 46px;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 12px;

  padding: 10px 14px;

  border: 0;

  border-radius: 14px;

  background: transparent;

  color: var(--fymous-text);

  font-family: inherit;

  font-size: 16px;

  font-weight: 600;

  text-decoration: none;

  box-sizing: border-box;

  transition:
    background 180ms ease,
    color 180ms ease;
}


.fymous-menu-panel__nav a:hover {
  background: rgba(32, 32, 51, 0.06);

  color: var(--fymous-primary);
}


/* =========================================
   OVERLAY
========================================= */

body.fymous-overlay-open::before {
  content: "";

  position: fixed;

  inset: 0;

  z-index: 9996;

  background: rgba(0, 0, 0, 0.18);
}


/* =========================================
   POST HEADER
========================================= */

.fymous-post-header {
  position: sticky;

  top: 0;

  z-index: 9998;

  padding: 14px 16px;

  border-bottom: 1px solid var(--fymous-border);

  background: rgba(251, 251, 254, 0.95);

  backdrop-filter: blur(14px);

  -webkit-backdrop-filter: blur(14px);
}


.fymous-post-header__inner {
  width: min(100%, 960px);

  min-height: 34px;

  margin-inline: auto;

  display: flex;

  align-items: center;

  gap: 14px;
}


.fymous-post-header__back {
  width: 40px;
  height: 40px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  border-radius: 999px;

  color: var(--fymous-text);

  text-decoration: none;

  transition:
    background 180ms ease,
    transform 180ms ease;
}


.fymous-post-header__back:hover {
  background: rgba(32, 32, 51, 0.06);

  transform: translateX(-2px);
}


.fymous-post-header__back svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: currentColor;

  stroke-width: 2;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.fymous-post-header__logo {
  display: inline-flex;

  align-items: center;

  text-decoration: none;
}


.fymous-post-header__logo img {
  display: block;

  width: auto;

  height: 28px;

  max-width: 145px;

  object-fit: contain;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .fymous-header {
    padding: 12px 16px;
  }


  .fymous-header__inner {
    gap: 10px;
  }


  .fymous-header__logo img {
    height: 32px;

    max-width: 165px;
  }


  .fymous-header__search {
    display: none;
  }


  .fymous-header.show-search
  .fymous-mobile-search-toggle {
    display: inline-flex;
  }


  .fymous-mobile-search {
    top: 60px;
  }


  .fymous-menu-panel {
    top: 60px;
  }


  .fymous-post-header {
    padding-block: 10px;
  }


  .fymous-post-header__logo img {
    height: 25px;

    max-width: 132px;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

  .fymous-header {
    padding-inline: 12px;
  }


  .fymous-header__logo img {
    max-width: 145px;
  }


  .fymous-menu-panel {
    right: 12px;

    width: calc(100vw - 24px);
  }


  .fymous-mobile-search {
    left: 12px;

    right: 12px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fcb865 */.fymous-hero-slider h1 {
  margin: 0 0 16px;
  max-width: 780px;
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.fymous-hero-slider p {
  margin: 0 0 24px;
  max-width: 620px;
  color: rgba(255,255,255,.88);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}
.fymous-hero-slider {
  position: relative;
  min-height: 480px;
  padding-top: 72px;
  overflow: hidden;
  background: #111;
  isolation: isolate;
}

.fymous-hero-slider__track,
.fymous-hero-slider__slide,
.fymous-hero-slider__shade {
  position: absolute;
  inset: 0;
}

.fymous-hero-slider__slide {
  opacity: 0;
  transition: opacity 520ms ease;
}

.fymous-hero-slider__slide.is-active {
  opacity: 1;
}

.fymous-hero-slider__slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fymous-hero-slider__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.64) 42%, rgba(0, 0, 0, 0.28)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.46));
}

.fymous-hero-slider__content {
  position: relative;
  z-index: 2;
  width: min(100%, 1280px);
  min-height: 408px;
  margin-inline: auto;
  padding: 64px 24px 76px;
  display: flex;
  align-items: center;
}

.fymous-hero-slider__copy {
  width: min(100%, 590px);
}

.fymous-hero-slider__badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(124, 58, 237, 0.36);
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.2);
  color: #cdbdff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.fymous-hero-slider svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fymous-hero-slider h1 {
  margin: 0 0 12px;
  max-width: 720px;
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fymous-hero-slider p {
  margin: 0 0 22px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.fymous-hero-slider__features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fymous-hero-slider__features span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.fymous-hero-slider__dots {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.fymous-hero-slider__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.fymous-hero-slider__dots button.is-active {
  width: 26px;
  background: #fff;
}

@media (min-width: 768px) {
  .fymous-hero-slider {
    min-height: 420px;
    padding-top: 80px;
  }

  .fymous-hero-slider__content {
    min-height: 340px;
    padding-inline: 28px;
  }
}

@media (min-width: 1024px) {
  .fymous-hero-slider {
    min-height: 380px;
  }

  .fymous-hero-slider__content {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .fymous-hero-slider__content {
    align-items: flex-end;
    min-height: 408px;
    padding: 104px 18px 70px;
  }

  .fymous-hero-slider__shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.44)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.16) 52%, rgba(0, 0, 0, 0.34));
  }

  .fymous-hero-slider__badge {
    font-size: 12px;
  }

  .fymous-hero-slider h1 {
    font-size: 28px;
  }

  .fymous-hero-slider p {
    font-size: 14px;
  }

  .fymous-hero-slider__features span {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-541ef58 *//* =========================================================
   THE FYMOUS - SPANISH NEWS HOME
   Search + Categories + News Cards
   ========================================================= */

.fymous-search-filter {
  position: relative;
  z-index: 10;
  padding: 22px 16px 16px;
  background: linear-gradient(
    180deg,
    rgba(239, 239, 246, 0.72),
    var(--fymous-background, #fafaff)
  );
}

.fymous-search-filter__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
}

.fymous-search-filter__form {
  position: relative;
  width: min(100%, 680px);
  margin: 0 auto;
}

.fymous-search-filter__search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  fill: none;
  stroke: #64748b;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.fymous-search-filter input {
  box-sizing: border-box;
  width: 100%;
  min-height: 58px;
  padding: 16px 54px;
  border: 1px solid rgba(90, 82, 122, 0.16);
  border-radius: 30px;
  background: #f8fafc;
  color: #202033;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  outline: none;
  box-shadow:
    0 2px 4px rgba(35, 28, 74, 0.04),
    0 10px 30px rgba(35, 28, 74, 0.05);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.fymous-search-filter input::placeholder {
  color: #64748b;
  opacity: 1;
}

.fymous-search-filter input:focus {
  border-color: rgba(124, 58, 237, 0.42);
  box-shadow:
    0 0 0 4px rgba(124, 58, 237, 0.10),
    0 14px 36px rgba(35, 28, 74, 0.09);
  transform: translateY(-1px);
}

.fymous-search-filter__clear {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: rgba(32, 32, 51, 0.07);
  color: #77758a;
  cursor: pointer;
}

.fymous-search-filter__clear.is-visible {
  display: inline-flex;
}

.fymous-search-filter__clear:hover {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.fymous-search-filter__clear svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fymous-search-filter__status {
  min-height: 20px;
  margin: 9px auto 0;
  width: min(100%, 680px);
  color: #77758a;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}


/* =========================================================
   CATEGORY BAR
   ========================================================= */

.fymous-category-filter {
  position: sticky;
  top: 58px;
  z-index: 20;
  padding: 11px 0 8px;
  background: rgba(250, 250, 255, 0.95);
  border-bottom: 1px solid rgba(90, 82, 122, 0.13);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.fymous-category-filter__inner {
  box-sizing: border-box;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 16px 5px;

  display: flex;
  align-items: center;
  gap: 8px;

  overflow-x: auto;
  overflow-y: hidden;

  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.fymous-category-filter__inner::-webkit-scrollbar {
  display: none;
}

.fymous-category-pill {
  flex: 0 0 auto;

  min-height: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 9px 16px;

  border: 1px solid rgba(90, 82, 122, 0.14);
  border-radius: 999px;

  background: #edf0f6;
  color: #64748b;

  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  white-space: nowrap;

  cursor: pointer;

  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.fymous-category-pill svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fymous-category-pill:hover {
  color: #202033;
  border-color: rgba(124, 58, 237, 0.24);
  transform: translateY(-1px);
}

.fymous-category-pill.is-active {
  border-color: transparent;
  background: #6938ef;
  color: #fff;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.22);
}


/* =========================================================
   NEWS LIST
   ========================================================= */

.fymous-news-list {
  box-sizing: border-box;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 32px 16px 80px;
}

.fymous-news-group {
  margin-bottom: 56px;
}

.fymous-news-group.is-hidden-by-filter,
.fymous-news-card.is-hidden-by-filter,
[data-fymous-news-card].is-hidden-by-filter {
  display: none !important;
}


/* =========================================================
   CATEGORY HEADING
   ========================================================= */

.fymous-news-group__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.fymous-news-group__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(124, 58, 237, 0.09);
  color: #7c3aed;
}

.fymous-news-group__icon svg {
  width: 21px;
  height: 21px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fymous-news-group__heading h2 {
  margin: 0;
  color: #202033;

  font-family: "Inter", system-ui, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}

.fymous-news-group__heading span {
  margin-left: auto;

  color: #77758a;

  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
}


/* =========================================================
   NEWS GRID
   ========================================================= */

.fymous-news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}


/* =========================================================
   NEWS CARD
   ========================================================= */

.fymous-news-card {
  min-width: 0;

  border: 1px solid rgba(90, 82, 122, 0.15);
  border-radius: 20px;

  overflow: hidden;

  background: #fff;

  box-shadow:
    0 8px 28px rgba(35, 28, 74, 0.055);

  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.fymous-news-card:hover {
  transform: translateY(-3px);

  border-color: rgba(124, 58, 237, 0.28);

  box-shadow:
    0 16px 42px rgba(35, 28, 74, 0.11);
}

.fymous-news-card__link {
  height: 100%;

  display: flex;
  flex-direction: column;

  color: inherit;
  text-decoration: none;
}


/* =========================================================
   CARD IMAGE
   ========================================================= */

.fymous-news-card__media {
  position: relative;

  aspect-ratio: 16 / 9;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      rgba(124, 58, 237, 0.08),
      rgba(39, 132, 217, 0.08)
    );
}

.fymous-news-card.is-featured
.fymous-news-card__media {
  aspect-ratio: 16 / 10;
}

.fymous-news-card__media img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 520ms ease;
}

.fymous-news-card:hover
.fymous-news-card__media img {
  transform: scale(1.045);
}


/* =========================================================
   IMAGE PLACEHOLDER
   ========================================================= */

.fymous-news-card__placeholder {
  width: 100%;
  height: 100%;

  display: grid;
  place-items: center;

  color: rgba(124, 58, 237, 0.28);
}

.fymous-news-card__placeholder svg {
  width: 42px;
  height: 42px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   CARD BODY
   ========================================================= */

.fymous-news-card__body {
  flex: 1;

  display: flex;
  flex-direction: column;

  padding: 22px;
}

.fymous-news-card.is-featured
.fymous-news-card__body {
  padding: 28px;
}


/* =========================================================
   META
   ========================================================= */

.fymous-news-card__meta {
  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  margin-bottom: 12px;

  color: #77758a;

  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
}

.fymous-news-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.fymous-news-card__meta svg {
  width: 14px;
  height: 14px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   TITLE
   ========================================================= */

.fymous-news-card h3 {
  margin: 0 0 10px;

  color: #171725;

  font-family: "Inter", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;

  line-height: 1.28;

  transition: color 180ms ease;
}

.fymous-news-card.is-featured h3 {
  font-size: clamp(22px, 3vw, 28px);
}

.fymous-news-card:hover h3 {
  color: #7c3aed;
}


/* =========================================================
   EXCERPT
   ========================================================= */

.fymous-news-card p {
  flex: 1;

  margin: 0;

  color: #64748b;

  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.65;

  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fymous-news-card.is-featured p {
  font-size: 16px;
  -webkit-line-clamp: 4;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.fymous-filter-empty {
  box-sizing: border-box;

  width: min(100%, 1280px);

  margin: 24px auto;
  padding: 42px 18px;

  border: 1px solid rgba(90, 82, 122, 0.15);
  border-radius: 20px;

  background: #fff;

  color: #77758a;

  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px;

  text-align: center;

  box-shadow:
    0 10px 30px rgba(35, 28, 74, 0.055);
}

.fymous-filter-empty[hidden] {
  display: none !important;
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 1024px) {

  .fymous-news-grid {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));

    align-items: stretch;
  }

  .fymous-news-card.is-featured {
    grid-column: span 2;
    grid-row: span 2;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 1023px) {

  .fymous-news-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .fymous-search-filter {
    padding:
      16px 12px 12px;
  }

  .fymous-search-filter__form {
    width: 100%;
  }

  .fymous-search-filter input {
    min-height: 52px;

    padding:
      14px 50px;

    border-radius: 26px;

    font-size: 15px;
  }

  .fymous-search-filter__search-icon {
    left: 16px;

    width: 20px;
    height: 20px;
  }

  .fymous-search-filter__clear {
    right: 10px;
  }

  .fymous-search-filter__status {
    font-size: 12px;
    margin-top: 7px;
  }


  .fymous-category-filter {
    top: 56px;
    padding: 9px 0 7px;
  }

  .fymous-category-filter__inner {
    padding:
      0 12px 5px;

    gap: 7px;
  }

  .fymous-category-pill {
    min-height: 36px;

    padding:
      8px 13px;

    font-size: 13px;

    gap: 7px;
  }

  .fymous-category-pill svg {
    width: 15px;
    height: 15px;
  }


  .fymous-news-list {
    padding:
      24px 12px 60px;
  }

  .fymous-news-group {
    margin-bottom: 40px;
  }


  .fymous-news-group__heading {
    gap: 9px;
    margin-bottom: 16px;
  }

  .fymous-news-group__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
  }

  .fymous-news-group__icon svg {
    width: 19px;
    height: 19px;
  }

  .fymous-news-group__heading h2 {
    font-size: 21px;
  }

  .fymous-news-group__heading span {
    font-size: 11px;
  }


  .fymous-news-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }


  .fymous-news-card,
  .fymous-news-card.is-featured {
    border-radius: 18px;
  }


  .fymous-news-card.is-featured
  .fymous-news-card__media,
  .fymous-news-card__media {
    aspect-ratio: 16 / 10;
  }


  .fymous-news-card__body,
  .fymous-news-card.is-featured
  .fymous-news-card__body {
    padding: 18px;
  }


  .fymous-news-card h3,
  .fymous-news-card.is-featured h3 {
    font-size: 19px;
  }

  .fymous-news-card.is-featured p {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

  .fymous-search-filter {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fymous-category-filter__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fymous-news-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fymous-news-card__body {
    padding: 16px;
  }

  .fymous-news-card h3 {
    font-size: 18px;
  }

}/* End custom CSS */