.elementor-kit-26115{--e-global-color-primary:#4054B2;--e-global-color-secondary:#D9534F;--e-global-color-text:#000000;--e-global-color-accent:#D9534F;--e-global-color-25c4bbe2:#4054B2;--e-global-color-40523f20:#23A455;--e-global-color-32796294:#000;--e-global-color-68b4240c:#FFF;--e-global-color-6761e4a:#C07A25;--e-global-typography-primary-font-family:"Tahoma";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Tahoma";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Verdana";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Tahoma";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-26115 button,.elementor-kit-26115 input[type="button"],.elementor-kit-26115 input[type="submit"],.elementor-kit-26115 .elementor-button{background-color:#D9534F;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:#FFFFFF;border-radius:5px 5px 5px 5px;}.elementor-kit-26115 e-page-transition{background-color:#FFBC7D;}.elementor-kit-26115 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-26115 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-26115 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-26115 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-26115 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-26115 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-26115 button:hover,.elementor-kit-26115 button:focus,.elementor-kit-26115 input[type="button"]:hover,.elementor-kit-26115 input[type="button"]:focus,.elementor-kit-26115 input[type="submit"]:hover,.elementor-kit-26115 input[type="submit"]:focus,.elementor-kit-26115 .elementor-button:hover,.elementor-kit-26115 .elementor-button:focus{color:var( --e-global-color-68b4240c );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:020px;--container-default-padding-right:0px;--container-default-padding-bottom:20px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}nv-page-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   UK Country Radio — Site CSS (Consolidated)
   Cleaned up: duplicate/overwritten rules merged into a
   single definition per .elementor-kit-26115, dead code removed.
   ========================================================= */

:root {
  --ukcr-navy: #021220;
  --ukcr-navy-soft: #041524;
  --ukcr-red: #ef3b3b;
  --ukcr-red-dark: #d83232;
  --ukcr-text: #222222;
  --ukcr-muted: #666666;
  --ukcr-border: #e2e2e2;
  --ukcr-bg-soft: #f7f8fa;
  --ukcr-white: #ffffff;
  --ukcr-shadow: 0 8px 24px rgba(2, 18, 32, 0.08);
  --ukcr-shadow-red: 0 10px 28px rgba(239, 59, 59, 0.16);
}

/* Global safety for these components */
.listen-page-layout,
.listen-page-layout *,
.listen-live-schedule-wrap,
.listen-live-schedule-wrap *,
.ukcr-schedule-page,
.ukcr-schedule-page * {
  box-sizing: border-box;
}

/* =========================================================
   LISTEN LIVE PAGE — MAIN TWO-COLUMN LAYOUT
   ========================================================= */

.listen-page-layout {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 32px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.listen-main {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.listen-sidebar {
  flex: 0 0 380px !important;
  width: 380px !important;
  min-width: 320px !important;
  max-width: 420px !important;
  overflow: visible !important;
}

.listen-sidebar .elementor-widget,
.listen-sidebar .elementor-widget-container,
.listen-sidebar .elementor-html,
.listen-main .elementor-widget,
.listen-main .elementor-widget-container,
.listen-main .elementor-html {
  width: 100% !important;
  max-width: 100% !important;
}

.listen-live-schedule-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  gap: 24px;
  margin: 32px 0;
  width: 100%;
  max-width: 100%;
}

/* =========================================================
   SHARED CARD BASE
   Common look for every card-style component on the site —
   background/border/radius/shadow all live here once; each
   section below only adds its own extras.
   ========================================================= */

.ll-card,
.ukcr-day-card,
.ukcr-card,
.ukcr-related-card,
.ukcr-related-card-stacked,
.ukcr-presenter-archive-card,
.ukcr-lg-card {
  background: var(--ukcr-white);
  border: 1px solid var(--ukcr-border);
  border-radius: 16px;
  box-shadow: var(--ukcr-shadow);
  overflow: hidden;
}

.ll-card,
.ukcr-day-card {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
}

.ukcr-day-header {
  background: var(--ukcr-navy);
  color: var(--ukcr-white);
  padding: 18px 22px;
}

.ll-card-header {
  background: var(--ukcr-navy);
  color: var(--ukcr-white);
  padding: 28px !important;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin: 0 !important;
}

.ll-card-header .elementor-widget,
.ll-card-header .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.ll-card-header h1,
.ll-card-header h2,
.ll-card-header h3,
.ll-card-header p:not(.eyebrow):not(.ukcr-eyebrow),
.ukcr-day-header h2 {
  margin: 0;
  color: var(--ukcr-white);
  line-height: 1.1;
}

.ll-card-body {
  padding: 28px !important;
}

/* =========================================================
   EYEBROW — small red uppercase label, used above headings,
   card titles, category tags, etc. throughout the site.
   ========================================================= */

.eyebrow,
.ukcr-eyebrow,
.ukcr-strip-kicker,
.ukcr-lg-category,
.ukcr-lg-category .elementor-heading-title,
.ukcr-related-card-stacked .ukcr-card-terms,
.ukcr-related-card-stacked .post-terms,
.ukcr-related-card-stacked .elementor-post-info__terms-list,
.ukcr-related-card-stacked .elementor-post-info__terms-list a {
  color: var(--ukcr-red) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 13px !important;
}

.eyebrow,
.ukcr-eyebrow {
  display: inline-block;
  margin-bottom: 6px;
}

.ll-card-header .eyebrow,
.ll-card-header .ukcr-eyebrow {
  margin: 0 !important;
  line-height: 1.1;
}

/* =========================================================
   ON AIR NOW CARD
   ========================================================= */

.ukcr-on-air-sidebar-card {
  display: block !important;
  width: 100% !important;
  max-width: 340px !important;
  min-width: 0 !important;
  margin-left: auto;
}

.ukcr-on-air-sidebar-card .ll-card,
.ukcr-on-air-sidebar-card .on-air-card {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(2, 18, 32, 0.12);
}

.on-air-card {
  background: linear-gradient(135deg, var(--ukcr-navy), var(--ukcr-navy-soft));
  color: var(--ukcr-white);
  width: 100%;
  max-width: 100%;
}

.on-air-card .ll-card-body {
  padding: 26px;
}

.ukcr-on-air-sidebar-card .on-air-card .ll-card-body {
  padding: 18px !important;
}

.on-air-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  gap: 22px;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.ukcr-on-air-sidebar-card .on-air-inner {
  gap: 14px !important;
}

.on-air-text {
  min-width: 0;
  width: 100%;
}

.on-air-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ukcr-red);
  color: var(--ukcr-white);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
  max-width: 100%;
  white-space: normal;
}

.ukcr-on-air-sidebar-card .on-air-label {
  font-size: 11px;
  padding: 5px 9px;
  margin-bottom: 10px;
}

.on-air-title {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  margin: 0 0 8px;
  color: var(--ukcr-white);
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.ukcr-on-air-sidebar-card .on-air-title {
  font-size: clamp(22px, 2.4vw, 28px) !important;
  line-height: 1.05;
  margin-bottom: 6px;
}

.on-air-time {
  color: #d6dde6;
  margin-bottom: 18px;
  line-height: 1.4;
  white-space: normal;
}

.ukcr-on-air-sidebar-card .on-air-time {
  font-size: 14px;
  margin-bottom: 14px;
}

.on-air-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ukcr-red);
  color: var(--ukcr-white);
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 33px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.on-air-link:hover,
.on-air-link:focus {
  background: var(--ukcr-red-dark);
  color: var(--ukcr-white);
}

.ukcr-on-air-sidebar-card .on-air-link {
  padding: 10px 14px;
  font-size: 13px;
}

.on-air-image-wrap {
  width: 140px;
  height: 140px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  display: none;
}

.on-air-image-wrap.has-image {
  display: block;
}

.on-air-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listen-sidebar .on-air-inner,
.ukcr-on-air-sidebar-card .on-air-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 18px !important;
}

.listen-sidebar .on-air-card,
.ukcr-on-air-sidebar-card .on-air-card {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

.listen-sidebar .on-air-title,
.ukcr-on-air-sidebar-card .on-air-title {
  font-size: clamp(28px, 3vw, 36px);
}

.listen-sidebar .on-air-image-wrap,
.ukcr-on-air-sidebar-card .on-air-image-wrap {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  max-height: 280px;
}

.listen-sidebar .on-air-image-wrap img,
.ukcr-on-air-sidebar-card .on-air-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.ukcr-on-air-sidebar-card .on-air-image-wrap {
  max-height: 190px !important;
  border-radius: 10px;
}

.ukcr-on-air-hero-widget,
.ukcr-on-air-hero-widget .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.ukcr-on-air-hero-widget .ukcr-on-air-sidebar-card {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ukcr-on-air-hero-widget .on-air-card {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.ukcr-on-air-hero-widget .on-air-card .ll-card-body {
  padding: 22px !important;
  box-sizing: border-box;
}

/* =========================================================
   TODAY'S SCHEDULE CARD + FULL SCHEDULE ROWS
   ========================================================= */

.today-schedule-list,
.ukcr-show-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.today-show,
.ukcr-show {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
  width: 100%;
}

.today-show:last-child,
.ukcr-show:last-child {
  border-bottom: none;
}

.today-show-time,
.ukcr-show-time {
  font-weight: 800;
  color: var(--ukcr-navy);
  line-height: 1.4;
}

.today-show-title,
.ukcr-show-title {
  color: var(--ukcr-text);
  font-weight: 700;
  line-height: 1.35;
  min-width: 0;
}

.today-show-title a,
.ukcr-show-title a {
  color: var(--ukcr-text);
  text-decoration: none;
}

.today-show-title a:hover,
.today-show-title a:focus,
.ukcr-show-title a:hover,
.ukcr-show-title a:focus {
  color: var(--ukcr-red);
}

.today-show-details,
.ukcr-show-details {
  margin-top: 5px;
  color: var(--ukcr-muted);
  font-size: 14px;
  line-height: 1.4;
}

.today-show.now,
.ukcr-show.now {
  background: #fff4f4;
  border-left: 4px solid var(--ukcr-red);
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
}

.today-show.now .today-show-time,
.today-show.now .today-show-title,
.ukcr-show.now .ukcr-show-time,
.ukcr-show.now .ukcr-show-title {
  color: var(--ukcr-red);
}

.today-show.now .today-show-title::after,
.ukcr-show.now .ukcr-show-title::after {
  content: "On air now";
  display: table;
  margin-left: 0;
  margin-top: 6px;
  background: var(--ukcr-red);
  color: var(--ukcr-white);
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.schedule-footer-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--ukcr-red);
  font-weight: 700;
  text-decoration: none;
}

.schedule-footer-link:hover,
.schedule-footer-link:focus {
  color: var(--ukcr-navy);
}

/* =========================================================
   FULL SCHEDULE PAGE
   ========================================================= */

.ukcr-schedule-page {
  margin: 40px 0;
  width: 100%;
}

.ukcr-page-intro {
  max-width: 760px;
  margin-bottom: 30px;
}

.ukcr-page-intro h1 {
  margin: 0 0 12px;
  color: var(--ukcr-navy);
  line-height: 1.1;
}

.ukcr-page-intro p {
  color: var(--ukcr-muted);
  line-height: 1.6;
}

.ukcr-full-schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  width: 100%;
}

.ukcr-day-card {
  align-self: start;
}

.ukcr-day-body {
  padding: 16px 18px;
}

.ukcr-day-card.is-today {
  border-color: var(--ukcr-red);
  box-shadow: var(--ukcr-shadow-red);
}

.ukcr-day-card.is-today .ukcr-day-header {
  background: var(--ukcr-red);
}

/* =========================================================
   BUTTONS
   ========================================================= */

.ukcr-btn-secondary-ghost {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ukcr-btn-secondary-ghost a,
.ukcr-btn-secondary-ghost .elementor-button,
.ukcr-btn-secondary-ghost .elementor-button-text,
a.ukcr-btn-secondary-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #ef3b3b !important;
  border: 2px solid #ef3b3b !important;
  border-radius: 33px !important;
  padding: 12px 18px;
  font-family: 'Oswald', Arial, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  line-height: 1.2;
  box-shadow: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.ukcr-btn-secondary-ghost a:hover,
.ukcr-btn-secondary-ghost a:focus,
.ukcr-btn-secondary-ghost .elementor-button:hover,
.ukcr-btn-secondary-ghost .elementor-button:focus,
a.ukcr-btn-secondary-ghost:hover,
a.ukcr-btn-secondary-ghost:focus {
  background: #ef3b3b !important;
  color: #ffffff !important;
  border-color: #ef3b3b !important;
}

/* =========================================================
   WIDE SECTION HEADER
   ========================================================= */

.ukcr-wide-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  background: transparent;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 14px 0;
  margin: 0 0 24px 0;
}

.ukcr-wide-section-header h1,
.ukcr-wide-section-header h2,
.ukcr-wide-section-header h3 {
  margin: 0;
  color: #021220;
  line-height: 1.05;
}

.ukcr-wide-section-header p {
  margin: 6px 0 0 0;
  color: #666666;
  line-height: 1.5;
}

.ukcr-wide-section-header a {
  color: #021220;
  font-weight: 700;
  text-decoration: none;
}

.ukcr-wide-section-header a:hover {
  color: #ef3b3b;
}

@media (max-width: 700px) {
  .ukcr-wide-section-header {
    display: block;
  }
}

/* =========================================================
   UKCR REUSABLE CARD (compact standard)
   ========================================================= */

.ukcr-card {
  width: 100%;
  padding: 0 !important;
  gap: 0 !important;
}

.ukcr-card.e-con {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.ukcr-card > .e-con-inner {
  padding: 0 !important;
  gap: 0 !important;
}

.ukcr-card .ukcr-card-header {
  background: #021220;
  color: #ffffff;
  width: 100%;
  padding: 28px !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  border-radius: 0 !important;
}

.ukcr-card .ukcr-card-header.e-con {
  --padding-top: 28px;
  --padding-right: 28px;
  --padding-bottom: 28px;
  --padding-left: 28px;
  --row-gap: 8px;
  --column-gap: 0px;
  min-height: 0 !important;
  height: auto !important;
}

.ukcr-card .ukcr-card-header > .e-con-inner {
  padding: 0 !important;
  gap: 8px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.ukcr-card .ukcr-card-header h1,
.ukcr-card .ukcr-card-header h2,
.ukcr-card .ukcr-card-header h3,
.ukcr-card .ukcr-card-header h4,
.ukcr-card .ukcr-card-header p {
  margin: 0 !important;
  color: #ffffff !important;
}

.ukcr-card .ukcr-card-header .eyebrow,
.ukcr-card .ukcr-card-header .ukcr-eyebrow {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.ukcr-card .ukcr-card-body {
  padding: 28px !important;
}

.ukcr-card .ukcr-card-body.e-con {
  --padding-top: 28px;
  --padding-right: 28px;
  --padding-bottom: 28px;
  --padding-left: 28px;
}

/* =========================================================
   STRIP GRID (presenter/show cards)
   ========================================================= */

.ukcr-strip-grid,
.ukcr-strip-grid .elementor-loop-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  width: 100%;
}

.ukcr-strip-grid .e-loop-item {
  min-width: 0;
}

.ukcr-strip-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 8px 20px rgba(2, 18, 32, 0.06);
  height: 100%;
  min-width: 0;
}

.ukcr-strip-card .ukcr-strip-image {
  width: 76px !important;
  height: 76px !important;
  min-width: 76px !important;
  min-height: 76px !important;
  max-width: 76px !important;
  max-height: 76px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  background: #f1f1f1;
  display: block;
  flex-shrink: 0;
}

.ukcr-strip-card .ukcr-strip-image .elementor-widget-container {
  width: 76px !important;
  height: 76px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
}

.ukcr-strip-card .ukcr-strip-image img {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 50% !important;
  display: block !important;
}

.ukcr-strip-kicker {
  margin: 0 0 4px 0 !important;
  line-height: 1.2 !important;
}

.ukcr-strip-title,
.ukcr-strip-title a,
.ukcr-strip-title .elementor-heading-title,
.ukcr-strip-title .elementor-heading-title a {
  margin: 0 !important;
  color: #021220 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  text-decoration: none !important;
}

.ukcr-strip-title a:hover,
.ukcr-strip-title .elementor-heading-title a:hover {
  color: #ef3b3b !important;
}

.ukcr-strip-meta,
.ukcr-strip-meta p {
  margin: 5px 0 0 0 !important;
  color: #666666 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

@media (max-width: 700px) {
  .ukcr-strip-grid,
  .ukcr-strip-grid .elementor-loop-container {
    grid-template-columns: 1fr;
  }

  .ukcr-strip-card {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 13px;
  }

  .ukcr-strip-card .ukcr-strip-image,
  .ukcr-strip-card .ukcr-strip-image .elementor-widget-container {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
  }
}

/* =========================================================
   PLAYER EMBED
   ========================================================= */

.ukcr-player-embed {
  background: #ffffff;
  overflow-x: auto;
}

.ukcr-player-embed iframe,
.ukcr-player-embed embed,
.ukcr-player-embed object,
.ukcr-player-embed table {
  max-width: 100% !important;
}

.ukcr-player-card-on-navy {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  border-radius: 0 !important;
  width: 100%;
  max-width: 100%;
}

.ukcr-player-card-on-navy .ukcr-card-header {
  background: transparent !important;
  color: #ffffff !important;
  padding: 0 0 16px 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.ukcr-player-card-on-navy .ukcr-card-header.e-con {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 16px;
  --padding-left: 0px;
}

.ukcr-player-card-on-navy .ukcr-card-header .elementor-widget,
.ukcr-player-card-on-navy .ukcr-card-header .elementor-widget-container {
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ukcr-player-card-on-navy .ukcr-card-header h1,
.ukcr-player-card-on-navy .ukcr-card-header h2,
.ukcr-player-card-on-navy .ukcr-card-header h3 {
  color: #ffffff !important;
  margin: 0 !important;
}

.ukcr-player-card-on-navy .ukcr-card-header .eyebrow,
.ukcr-player-card-on-navy .ukcr-card-header .ukcr-eyebrow {
  margin: 0 0 6px 0 !important;
  line-height: 1.2 !important;
  padding-top: 2px !important;
}

.ukcr-player-card-on-navy .ukcr-card-body {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.ukcr-player-card-on-navy .ukcr-card-body.e-con {
  --padding-top: 18px;
  --padding-right: 18px;
  --padding-bottom: 18px;
  --padding-left: 18px;
}

.ukcr-player-card-on-navy .ukcr-player-embed {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  overflow-x: auto;
}

.ukcr-player-card-on-navy .ukcr-player-embed iframe,
.ukcr-player-card-on-navy .ukcr-player-embed embed,
.ukcr-player-card-on-navy .ukcr-player-embed object,
.ukcr-player-card-on-navy .ukcr-player-embed table {
  max-width: 100% !important;
}

/* =========================================================
   HOMEPAGE HERO SLIDER
   ========================================================= */

.ukcr-home-hero-slider {
  width: 100%;
}

.ukcr-home-hero-slider .elementor-swiper,
.ukcr-home-hero-slider .elementor-slides-wrapper,
.ukcr-home-hero-slider .swiper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.ukcr-home-hero-slider .swiper-slide {
  min-height: 390px;
  border-radius: 16px;
  overflow: hidden;
}

.ukcr-home-hero-slider .swiper-slide-bg {
  opacity: 1 !important;
  background-size: cover !important;
  background-position: center center !important;
}

.ukcr-home-hero-slider .swiper-slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2, 18, 32, 0.42) 0%,
    rgba(2, 18, 32, 0.22) 48%,
    rgba(2, 18, 32, 0.08) 100%
  );
  pointer-events: none;
}

.ukcr-home-hero-slider .swiper-slide-inner {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  padding: 42px 56px !important;
}

.ukcr-home-hero-slider .swiper-slide-contents {
  max-width: 520px;
}

.ukcr-home-hero-slider .elementor-slide-heading {
  color: #ffffff !important;
  margin: 0 0 10px 0 !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 0.95 !important;
  text-transform: uppercase;
}

.ukcr-home-hero-slider .elementor-slide-description {
  color: #ffffff !important;
  max-width: 460px;
  margin: 0 0 22px 0 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

.ukcr-home-hero-slider .elementor-slide-button {
  background: #ef3b3b !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 33px !important;
  padding: 12px 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ukcr-home-hero-slider .elementor-slide-button:hover,
.ukcr-home-hero-slider .elementor-slide-button:focus {
  background: #d83232 !important;
  color: #ffffff !important;
}

.ukcr-home-hero-slider .elementor-swiper-button {
  width: 38px !important;
  height: 38px !important;
  border-radius: 999px;
  background: rgba(2, 18, 32, 0.7);
  color: #ffffff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.ukcr-home-hero-slider .elementor-swiper-button:hover {
  background: #ef3b3b;
}

.ukcr-home-hero-slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
}

.ukcr-home-hero-slider .swiper-pagination-bullet-active {
  background: #ef3b3b !important;
}

@media (max-width: 767px) {
  .ukcr-home-hero-slider .swiper-slide {
    min-height: 340px;
  }

  .ukcr-home-hero-slider .swiper-slide-inner {
    padding: 28px !important;
  }

  .ukcr-home-hero-slider .swiper-slide-bg::after {
    background: rgba(2, 18, 32, 0.4);
  }
}

/* =========================================================
   SUPPORT / DONATE FEATURE CARD
   ========================================================= */

.ukcr-support-card {
  background: linear-gradient(135deg, #ef3b3b, #d94d4d);
  color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(2, 18, 32, 0.14);
  width: 100%;
}

.ukcr-support-card.e-con {
  --padding-top: 28px;
  --padding-right: 28px;
  --padding-bottom: 28px;
  --padding-left: 28px;
  --row-gap: 18px;
  --column-gap: 0px;
}

.ukcr-support-card h2,
.ukcr-support-card h3,
.ukcr-support-card h4 {
  color: #ffffff !important;
  margin: 0 0 14px 0 !important;
  line-height: 1.05;
}

.ukcr-support-card p {
  color: #ffffff !important;
  margin: 0 0 16px 0 !important;
  font-size: 16px;
  line-height: 1.55;
  text-shadow: none !important;
}

.ukcr-support-card p:last-child {
  margin-bottom: 0 !important;
}

.ukcr-support-card .elementor-widget,
.ukcr-support-card .elementor-widget-container {
  margin-bottom: 0 !important;
}

.ukcr-support-card .elementor-button,
.ukcr-support-card a.elementor-button,
.ukcr-support-card .ukcr-btn-on-red,
.ukcr-support-card a.ukcr-btn-on-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff !important;
  color: #ef3b3b !important;
  border: 2px solid #ffffff !important;
  border-radius: 33px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none !important;
}

.ukcr-support-card .elementor-button:hover,
.ukcr-support-card a.elementor-button:hover,
.ukcr-support-card .ukcr-btn-on-red:hover,
.ukcr-support-card a.ukcr-btn-on-red:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.ukcr-support-card .elementor-button-wrapper {
  margin-top: 8px;
  text-align: center;
}

@media (max-width: 767px) {
  .ukcr-support-card {
    padding: 28px;
  }

  .ukcr-support-card.e-con {
    --padding-top: 28px;
    --padding-right: 28px;
    --padding-bottom: 28px;
    --padding-left: 28px;
  }
}

/* =========================================================
   HOMEPAGE SHOP CARDS (WooCommerce product grid)
   ========================================================= */

.ukcr-shop-strip-grid ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ukcr-shop-strip-grid ul.products li.product {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 100% !important;
  min-height: 270px;
  margin: 0 !important;
  padding: 16px !important;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(2, 18, 32, 0.06);
  float: none !important;
  box-sizing: border-box;
}

.ukcr-shop-strip-grid ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
}

.ukcr-shop-strip-grid ul.products li.product a img,
.ukcr-shop-strip-grid ul.products li.product img {
  width: 100% !important;
  height: 150px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 12px !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  background: #f1f1f1;
  display: block !important;
}

.ukcr-shop-strip-grid ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  color: #021220 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}

.ukcr-shop-strip-grid ul.products li.product:hover .woocommerce-loop-product__title {
  color: #ef3b3b !important;
}

.ukcr-shop-strip-grid ul.products li.product .price {
  display: block;
  margin: auto 0 0 0 !important;
  padding: 0 !important;
  line-height: 1.2;
}

.ukcr-shop-strip-grid ul.products li.product .button,
.ukcr-shop-strip-grid ul.products li.product .added_to_cart {
  display: none !important;
}

@media (max-width: 700px) {
  .ukcr-shop-strip-grid ul.products {
    grid-template-columns: 1fr;
  }

  .ukcr-shop-strip-grid ul.products li.product {
    min-height: 0;
  }

  .ukcr-shop-strip-grid ul.products li.product a img,
  .ukcr-shop-strip-grid ul.products li.product img {
    height: 180px !important;
  }
}

/* =========================================================
   RESPONSIVE — LISTEN LIVE / SCHEDULE
   ========================================================= */

@media (max-width: 900px) {
  .listen-page-layout {
    flex-direction: column !important;
    gap: 24px !important;
  }

  .listen-main,
  .listen-sidebar {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
  }

  .listen-sidebar {
    order: -1;
  }

  .listen-live-schedule-wrap {
    grid-template-columns: 1fr;
  }

  .on-air-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .on-air-image-wrap,
  .listen-sidebar .on-air-image-wrap,
  .ukcr-on-air-sidebar-card .on-air-image-wrap {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    max-height: 220px;
  }

  .today-show,
  .ukcr-show {
    grid-template-columns: 64px minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .ll-card-header,
  .ukcr-day-header {
    padding: 16px 18px;
  }

  .ll-card-body,
  .on-air-card .ll-card-body,
  .ukcr-day-body {
    padding: 18px;
  }

  .on-air-title {
    font-size: 30px;
  }

  .today-show,
  .ukcr-show {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .today-show-time,
  .ukcr-show-time {
    font-size: 14px;
  }

  .today-show.now,
  .ukcr-show.now {
    margin-left: 0;
    margin-right: 0;
  }

  .ukcr-full-schedule-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   RELATED CONTENT CARDS — artist/profile pages
   ========================================================= */

.ukcr-related-card {
  height: 100%;
}

.ukcr-related-card.e-con {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.ukcr-related-card img {
  display: block;
  width: 100%;
  height: auto;
}

.ukcr-related-card .ukcr-related-card-body {
  padding: 18px;
}

.ukcr-related-card .ukcr-related-card-body.e-con {
  --padding-top: 18px;
  --padding-right: 18px;
  --padding-bottom: 18px;
  --padding-left: 18px;
}

.ukcr-related-card h2,
.ukcr-related-card h3,
.ukcr-related-card h4,
.ukcr-related-card .elementor-heading-title {
  margin: 0 !important;
  color: #021220 !important;
  line-height: 1.1;
}

.ukcr-related-card a {
  color: #021220;
  text-decoration: none;
}

.ukcr-related-card a:hover {
  color: #ef3b3b;
}

/* =========================================================
   RELATED CONTENT CARDS — stacked layout, image in the middle
   ========================================================= */

.ukcr-related-card-stacked {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ukcr-related-card-stacked.e-con {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.ukcr-related-card-top {
  padding: 18px 18px 12px 18px;
}

.ukcr-related-card-top.e-con {
  --padding-top: 18px;
  --padding-right: 18px;
  --padding-bottom: 12px;
  --padding-left: 18px;
  --row-gap: 6px;
}

.ukcr-related-card-stacked .ukcr-card-terms,
.ukcr-related-card-stacked .post-terms,
.ukcr-related-card-stacked .elementor-post-info__terms-list,
.ukcr-related-card-stacked .elementor-post-info__terms-list a {
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.ukcr-related-card-stacked h2,
.ukcr-related-card-stacked h3,
.ukcr-related-card-stacked h4,
.ukcr-related-card-stacked .elementor-heading-title,
.ukcr-related-card-stacked .elementor-heading-title a {
  margin: 0 !important;
  color: #021220 !important;
  line-height: 1.08 !important;
  text-decoration: none !important;
}

.ukcr-related-card-stacked .elementor-heading-title a:hover {
  color: #ef3b3b !important;
}

.ukcr-related-card-media,
.ukcr-presenter-archive-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f1f1;
}

.ukcr-related-card-media img,
.ukcr-related-card-media .elementor-widget-container img,
.ukcr-presenter-archive-image img,
.ukcr-presenter-archive-image .elementor-widget-container img {
  display: block !important;
  width: 100% !important;
  height: 190px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 12px !important;
  margin: 0 !important;
}

@media (max-width: 700px) {
  .ukcr-related-card-media img,
  .ukcr-related-card-media .elementor-widget-container img,
  .ukcr-presenter-archive-image img,
  .ukcr-presenter-archive-image .elementor-widget-container img {
    height: 170px !important;
  }
}

.ukcr-related-card-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 18px 18px 18px;
  flex: 1;
}

.ukcr-related-card-bottom.e-con {
  --padding-top: 16px;
  --padding-right: 18px;
  --padding-bottom: 18px;
  --padding-left: 18px;
  --row-gap: 10px;
}

.ukcr-related-card-stacked p {
  margin: 0 !important;
  color: #666666 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

/* =========================================================
   PRICE TEXT — shared across shop/related/loop-grid cards
   ========================================================= */

.ukcr-shop-strip-grid ul.products li.product .price,
.ukcr-shop-strip-grid ul.products li.product .price bdi,
.ukcr-related-card-stacked .price,
.ukcr-related-card-stacked .woocommerce-Price-amount,
.ukcr-related-card-stacked .woocommerce-Price-amount bdi,
.ukcr-lg-price {
  color: #ef3b3b !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.ukcr-related-card-stacked .price,
.ukcr-related-card-stacked .woocommerce-Price-amount,
.ukcr-related-card-stacked .woocommerce-Price-amount bdi {
  line-height: 1.2 !important;
}

/* =========================================================
   SHARED HOVER LIFT — reusable across card types
   ========================================================= */

.ukcr-strip-card,
.ukcr-home-today-show,
.ukcr-shop-strip-grid ul.products li.product,
.ukcr-support-card,
.ukcr-related-card,
.ukcr-presenter-archive-card,
.ukcr-lg-card {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ukcr-strip-card:hover,
.ukcr-home-today-show:hover,
.ukcr-shop-strip-grid ul.products li.product:hover,
.ukcr-support-card:hover,
.ukcr-related-card:hover,
.ukcr-presenter-archive-card:hover,
.ukcr-lg-card:hover {
  transform: translateY(-2px);
}

.ukcr-strip-card:hover {
  border-color: #d8d8d8;
  box-shadow: 0 10px 28px rgba(2, 18, 32, 0.12);
}

.ukcr-strip-card:hover .ukcr-strip-title,
.ukcr-strip-card:hover .ukcr-strip-title a,
.ukcr-strip-card:hover .elementor-heading-title,
.ukcr-strip-card:hover .elementor-heading-title a {
  color: #ef3b3b !important;
}

.ukcr-home-today-show:hover {
  border-color: #d8d8d8;
  box-shadow: 0 10px 28px rgba(2, 18, 32, 0.12);
}

.ukcr-home-today-show:hover .ukcr-home-today-title,
.ukcr-home-today-show:hover .ukcr-home-today-title a {
  color: #ef3b3b !important;
}

.ukcr-home-today-show.is-now:hover {
  border-color: #ef3b3b;
  box-shadow: 0 10px 28px rgba(239, 59, 59, 0.18);
}

.ukcr-shop-strip-grid ul.products li.product:hover {
  border-color: #d8d8d8;
  box-shadow: 0 10px 28px rgba(2, 18, 32, 0.12);
}

.ukcr-shop-strip-grid ul.products li.product:hover .woocommerce-loop-product__title,
.ukcr-shop-strip-grid ul.products li.product:hover .woocommerce-loop-product__title a {
  color: #ef3b3b !important;
}

.ukcr-support-card:hover {
  box-shadow: 0 10px 28px rgba(2, 18, 32, 0.18);
}

.ukcr-related-card:hover,
.ukcr-presenter-archive-card:hover,
.ukcr-lg-card:hover {
  border-color: #d8d8d8;
  box-shadow: 0 10px 28px rgba(2, 18, 32, 0.12);
}

/* =========================================================
   PRESENTER ARCHIVE CARDS
   ========================================================= */

.ukcr-presenter-archive-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
}

.ukcr-presenter-archive-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.ukcr-presenter-archive-card.e-con {
  --padding-top: 24px;
  --padding-right: 24px;
  --padding-bottom: 24px;
  --padding-left: 24px;
  --row-gap: 14px;
}

.ukcr-presenter-archive-card h2,
.ukcr-presenter-archive-card h3,
.ukcr-presenter-archive-card .elementor-heading-title,
.ukcr-presenter-archive-card .elementor-heading-title a {
  margin: 0 !important;
  color: #021220 !important;
  line-height: 1.08 !important;
  text-decoration: none !important;
}

.ukcr-presenter-archive-card:hover .elementor-heading-title,
.ukcr-presenter-archive-card:hover .elementor-heading-title a {
  color: #ef3b3b !important;
}

.ukcr-presenter-archive-card .ukcr-presenter-show-meta {
  color: #ef3b3b !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.ukcr-presenter-archive-card p {
  margin: 0 !important;
  color: #666666 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.ukcr-presenter-archive-card .ukcr-related-card-link,
.ukcr-presenter-archive-card .ukcr-related-card-link a {
  margin-top: auto !important;
  color: #021220 !important;
  font-family: 'Oswald', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}

.ukcr-presenter-archive-card .ukcr-related-card-link a:hover,
.ukcr-presenter-archive-card .ukcr-related-card-link:hover {
  color: #ef3b3b !important;
}

/* =========================================================
   UKCR — THE WALL (justified row gallery, no padding)
   ========================================================= */

.ukcr-wall-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}

.ukcr-wall-item {
  display: block;
  position: relative;
  flex-grow: 1;
  height: var(--wall-row-height, 260px);
  overflow: hidden;
  margin: 0;
}

.ukcr-wall-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.ukcr-wall-item:hover img {
  transform: scale(1.08);
  filter: brightness(0.85);
}

.ukcr-wall-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 18, 32, 0.6);
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  padding: 8px 12px;
  transition: background 0.35s ease;
}

.ukcr-wall-item:hover .ukcr-wall-caption {
  background: rgba(239, 59, 59, 0.85);
}

@media (max-width: 900px) {
  .ukcr-wall-item {
    height: 200px;
  }
}

@media (max-width: 600px) {
  .ukcr-wall-item {
    height: 150px;
  }
}

/* =========================================================
   HOMEPAGE WALL TEASER
   ========================================================= */

.ukcr-wall-teaser {
  position: relative;
  width: 100%;
  height: var(--wall-teaser-height, 260px);
  border-radius: 16px;
  overflow: hidden;
  background: var(--ukcr-navy, #021220);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.ukcr-wall-teaser-strip {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}

.ukcr-wall-teaser-strip img {
  flex-grow: 1;
  height: 100%;
  width: auto;
  min-width: 0;
  object-fit: cover;
  display: block;
}

.ukcr-wall-teaser-overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 18, 32, 0.55);
  pointer-events: none;
}

.ukcr-wall-teaser-card {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 28px;
}

.ukcr-wall-teaser-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.1;
}

.ukcr-wall-teaser-card p {
  margin: 0 0 20px;
  color: #d6dde6;
  font-size: 15px;
  line-height: 1.5;
}

.ukcr-wall-teaser-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ukcr-red, #ef3b3b);
  color: #ffffff;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 33px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ukcr-wall-teaser-btn:hover,
.ukcr-wall-teaser-btn:focus {
  background: var(--ukcr-red-dark, #d83232);
  color: #ffffff;
  transform: scale(1.06);
}

@media (max-width: 700px) {
  .ukcr-wall-teaser {
    height: 320px;
  }

  .ukcr-wall-teaser-card {
    padding: 24px 20px;
  }
}

/* =========================================================
   UKCR — SHOP PRODUCT CARDS (Elementor Loop Grid version)
   Expects a Loop Item template built from individual widgets,
   each with these CSS classes applied (Advanced tab):
     Container (whole card) .......... ukcr-lg-card
     Image widget ..................... ukcr-lg-image
     Heading (category, optional) ..... ukcr-lg-category
     Heading (product title) .......... ukcr-lg-title
     Text (price) ...................... ukcr-lg-price
     Button (add to cart) ............. ukcr-lg-button
   ========================================================= */

.ukcr-lg-card {
  display: flex !important;
  flex-direction: column !important;
}

.ukcr-lg-image img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  margin: 0 !important;
}

.ukcr-lg-category,
.ukcr-lg-category .elementor-heading-title {
  background: #021220 !important;
  margin: 0 !important;
  padding: 18px 20px 0 20px !important;
  line-height: 1.2 !important;
}

.ukcr-lg-title,
.ukcr-lg-title .elementor-heading-title {
  background: #021220 !important;
  color: #ffffff !important;
  margin: 0 !important;
  padding: 6px 20px 20px 20px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.ukcr-lg-price {
  margin: 0 !important;
  padding: 16px 20px 0 20px !important;
}

.ukcr-lg-button {
  margin: 14px 20px 20px 20px !important;
  align-self: flex-start;
}

.ukcr-lg-button a,
.ukcr-lg-button .elementor-button {
  background: #ef3b3b !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 33px !important;
  padding: 10px 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px !important;
  box-shadow: none !important;
  transition: background 0.2s ease;
}

.ukcr-lg-button a:hover,
.ukcr-lg-button .elementor-button:hover {
  background: #d83232 !important;
  color: #ffffff !important;
}

/* =========================================================
   UKCR — SHOP SEARCH BOX
   Add the class "ukcr-search-box" to the Search widget itself,
   in its Advanced tab -> CSS Classes.
   ========================================================= */

.ukcr-search-box .e-search-form {
  display: flex !important;
  align-items: stretch;
  gap: 12px;
}

.ukcr-search-box .e-search-input-wrapper {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(2, 18, 32, 0.08) !important;
  background: #ffffff !important;
  overflow: hidden;
}

.ukcr-search-box .e-search-input-wrapper input {
  flex: 1;
  min-width: 0;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100%;
  padding: 14px 18px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 15px !important;
  color: #222222 !important;
  background: transparent !important;
}

.ukcr-search-box .e-search-input-wrapper:focus-within {
  border-color: #ef3b3b !important;
}

.ukcr-search-box .e-search-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #ef3b3b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 33px !important;
  padding: 14px 28px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px !important;
  box-shadow: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ukcr-search-box .e-search-submit span {
  color: #ffffff !important;
}

.ukcr-search-box .e-search-submit:hover {
  background: #d83232 !important;
  transform: scale(1.06);
}

@media (max-width: 600px) {
  .ukcr-search-box .e-search-form {
    flex-direction: column;
  }

  .ukcr-search-box .e-search-submit {
    width: 100%;
  }
}

/* =========================================================
   UKCR — SITE-WIDE PAGINATION (.elementor-pagination)
   ========================================================= */

.elementor-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.elementor-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 38px;
  height: 38px;
  padding: 0 12px;

  background: #ffffff;
  color: #021220 !important;
  border: 1px solid #d8d8d8;
  border-radius: 999px;

  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;

  box-shadow: 0 4px 12px rgba(2, 18, 32, 0.06);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.elementor-pagination a.page-numbers:hover {
  background: #ef3b3b;
  color: #ffffff !important;
  border-color: #ef3b3b;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(239, 59, 59, 0.2);
}

.elementor-pagination .page-numbers.current {
  background: #ef3b3b;
  color: #ffffff !important;
  border-color: #ef3b3b;
  box-shadow: 0 8px 20px rgba(239, 59, 59, 0.2);
}

.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
  width: auto;
  min-width: 44px;
  padding: 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.elementor-pagination .page-numbers.dots {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #666666 !important;
  width: auto;
  min-width: 20px;
}

@media (max-width: 700px) {
  .elementor-pagination {
    gap: 6px;
  }

  .elementor-pagination .page-numbers {
    min-width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .elementor-pagination .page-numbers.prev,
  .elementor-pagination .page-numbers.next {
    padding: 0 12px;
  }
}/* End custom CSS */