/* Live Price Block Styles */
.section-live-price {
    padding: 2rem 0;
}

.section-live-price .container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-live-price .live-price-head{
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.section-live-price .live-price-head__meta{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
    white-space: nowrap;
}

.section-live-price .live-price-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: var(--wp--preset--color--grey-extlight);
    border: 1px solid #e5e7eb;
    color: var(--wp--preset--color--black);
}

.section-live-price .live-price-card{
    border: 1px solid #f0f0f0;
}

.section-live-price .live-price-tablewrap{
    -webkit-overflow-scrolling: touch;
}

.section-live-price .live-price-table{
    min-width: 560px;
}

.section-live-price .live-price-thead{
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Table responsive styles */
@media (max-width: 768px) {
    .section-live-price .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section-live-price .live-price-head{
        flex-direction: column;
        align-items: flex-start;
    }

    .section-live-price .live-price-head__meta{
        width: 100%;
        align-items: flex-start;
    }

    .currency-table, .gold-table {
        font-size: 0.875rem;
    }

    .currency-table th, .gold-table th,
    .currency-table td, .gold-table td {
        padding: 0.5rem;
    }
}

/* Enhanced table styling */
.currency-table th:first-child,
.gold-table th:first-child {
    border-top-left-radius: 0.5rem;
}

.currency-table th:last-child,
.gold-table th:last-child {
    border-top-right-radius: 0.5rem;
}

/* Smooth transitions for hover effects */
.currency-table tbody tr,
.gold-table tbody tr {
    transition: all 0.2s ease-in-out;
}

.currency-table tbody tr:hover,
.gold-table tbody tr:hover{
    box-shadow: inset 3px 0 0 var(--wp--preset--color--primary);
}

/* Change indicator styling */
.currency-table .bg-green-100,
.gold-table .bg-green-100 {
    background-color: rgb(240 253 244);
    color: rgb(21 128 61);
    border: 1px solid rgb(187 247 208);
}

.currency-table .bg-red-100,
.gold-table .bg-red-100 {
    background-color: rgb(254 242 242);
    color: rgb(185 28 28);
    border: 1px solid rgb(252 165 165);
}

.currency-table .bg-grey-light,
.gold-table .bg-grey-light {
    background-color: rgb(249 250 251);
    color: rgb(75 85 99);
    border: 1px solid rgb(229 231 235);
}

/* Loading animation for future dynamic updates */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.currency-table.loading tbody tr,
.gold-table.loading tbody tr {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Print styles */
@media print {
    .section-live-price {
        background-color: white;
        color: black;
    }

    .currency-table, .gold-table {
        font-size: 0.75rem;
    }

    .section-live-price .bg-primary {
        background-color: rgb(31 41 55);
    }
}

/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.container {
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {

  .container {
    max-width: 1320px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-left-\[100\%\] {
  left: -100%;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[999999\] {
  z-index: 999999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.clear-both {
  clear: both;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-1\.7 {
  margin-bottom: 0.313rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-12\.5 {
  margin-bottom: 3.125rem;
}
.mb-17\.5 {
  margin-bottom: 4.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.7 {
  margin-bottom: 0.938rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7\.5 {
  margin-bottom: 1.875rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.7 {
  margin-left: 0.313rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-1\.7 {
  margin-right: 0.313rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3\.7 {
  margin-right: 0.938rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3\.7 {
  margin-top: 0.938rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-130x103 {
  aspect-ratio: 130/103;
}
.aspect-140x94 {
  aspect-ratio: 140/94;
}
.aspect-404x269 {
  aspect-ratio: 404/269;
}
.aspect-95x65 {
  aspect-ratio: 95/65;
}
.aspect-\[274\/202\] {
  aspect-ratio: 274/202;
}
.aspect-related {
  aspect-ratio: 223.5/174;
}
.aspect-team {
  aspect-ratio: 306/312;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-16\.3 {
  height: 65px;
}
.h-17\.5 {
  height: 4.375rem;
}
.h-36 {
  height: 9rem;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[441px\] {
  height: 441px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-full {
  max-height: 100%;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-13\.7 {
  width: 55px;
}
.w-16\.3 {
  width: 65px;
}
.w-17\.5 {
  width: 4.375rem;
}
.w-2\/5 {
  width: 40%;
}
.w-23\.7 {
  width: 95px;
}
.w-3\/5 {
  width: 60%;
}
.w-32\.5 {
  width: 8.125rem;
}
.w-35 {
  width: 8.75rem;
}
.w-36 {
  width: 9rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6\.5 {
  width: 1.625rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-\[84px\] {
  width: 84px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-25 {
  max-width: 6.25rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-50 {
  max-width: 12.5rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.7 {
  gap: 0.313rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-5 {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 20px;
}
.rounded-se-xl {
  border-start-end-radius: 20px;
}
.rounded-ss-xl {
  border-start-start-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-6 {
  border-width: 6px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-3 {
  border-bottom-width: 3px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-3 {
  border-top-width: 3px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#d3d3d3\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
}
.border-black {
  border-color: var(--wp--preset--color--black);
}
.border-bordergrey {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-grey-border {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-grey-extlight {
  border-color: var(--wp--preset--color--grey-extlight);
}
.border-grey-light {
  border-color: var(--wp--preset--color--grey-light);
}
.border-primary {
  border-color: var(--wp--preset--color--primary);
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  border-color: var(--wp--preset--color--white);
}
.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-black {
  background-color: var(--wp--preset--color--black);
}
.bg-fb1 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity));
}
.bg-fb2 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 74 149 / var(--tw-bg-opacity));
}
.bg-footerblack {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity));
}
.bg-grey-extlight {
  background-color: var(--wp--preset--color--grey-extlight);
}
.bg-grey-light {
  background-color: var(--wp--preset--color--grey-light);
}
.bg-insta1 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 41 148 / var(--tw-bg-opacity));
}
.bg-insta2 {
  --tw-bg-opacity: 1;
  background-color: rgb(197 30 130 / var(--tw-bg-opacity));
}
.bg-playicon {
  background-color: #ffffff9c;
}
.bg-primary {
  background-color: var(--wp--preset--color--primary);
}
.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(208 122 0 / var(--tw-bg-opacity));
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(254 246 233 / var(--tw-bg-opacity));
}
.bg-red {
  background-color: var(--wp--preset--color--red);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-tele1 {
  background-color: #00aaccc7;
}
.bg-tele2 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 204 / var(--tw-bg-opacity));
}
.bg-tw {
  --tw-bg-opacity: 1;
  background-color: rgb(67 69 70 / var(--tw-bg-opacity));
}
.bg-white {
  background-color: var(--wp--preset--color--white);
}
.bg-yt1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-yt2 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 16 16 / var(--tw-bg-opacity));
}
.bg-theme-gradient {
  background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.908000700280112) 100%);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.7 {
  padding: 0.938rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1\.7 {
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.7 {
  padding-bottom: 0.938rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7\.5 {
  padding-bottom: 1.875rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3\.7 {
  padding-left: 0.938rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-3\.7 {
  padding-top: 0.938rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-heading {
  font-family: var(--wp--preset--font-family--barlow-condensed);
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 1.2;
}
.text-base {
  font-size: 1rem;
  line-height: 1.2;
}
.text-base\/6\.7 {
  font-size: 1rem;
  line-height: 1.688rem;
}
.text-basex2 {
  font-size: 1.063rem;
  line-height: 1.2;
}
.text-h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.text-h2 {
  font-size: 1.375rem;
  line-height: 1.2;
}
.text-h3 {
  font-size: 1.75rem;
  line-height: 1.2;
}
.text-h4 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.text-h5 {
  font-size: 1.563rem;
  line-height: 1.2;
}
.text-h6 {
  font-size: 1.25rem;
  line-height: 1.2;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.2;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.2;
}
.text-social {
  font-size: 1.438rem;
  line-height: 1.2;
}
.text-subheading {
  font-size: 1.313rem;
  line-height: 1.2;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-tight {
  line-height: 1.25;
}
.text-black {
  color: var(--wp--preset--color--black);
}
.text-grey-dark {
  color: var(--wp--preset--color--grey-dark);
}
.text-grey-light {
  color: var(--wp--preset--color--grey-light);
}
.text-primary {
  color: var(--wp--preset--color--primary);
}
.text-white {
  color: var(--wp--preset--color--white);
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-theme {
  --tw-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

html,body {
  font-size: 1rem;
  line-height: 1.2;
}
main{
    overflow: hidden;
}
a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

ul.wp-block-list {
  list-style-type: disc;
}
ol.wp-block-list {
  list-style-type: decimal;
}

img[data-src] {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    will-change: opacity;
}
  
  /* appear animation */
img[data-src][src] {
    opacity: 1;
}

p {
  margin-bottom: 0.625rem;
  margin-top: 5px;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 1.25rem;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-bottom: 0.625rem;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-size: 1.125rem;
  line-height: 1.2;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: 500;
}

h1 {
  margin-bottom: 0.75rem;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 600;
}
h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
}
h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1.563rem;
  line-height: 1.2;
  font-weight: 500;
}
h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 500;
}
h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}

#page{
    min-width: 98vw;
    margin-top: 64px;
}

@media screen and (min-width:1024px) {

#page{
        min-width: inherit;
        margin-top: 0
}
    }

.top-menu {
  display: flex;
  gap: 0.75rem;
}

.top-menu a {
  color: var(--wp--preset--color--black);
}

.top-menu a:hover {
  color: var(--wp--preset--color--grey-dark);
}

.topbar-ad-mobile img{
    margin: 0 auto;
}

.custom-logo-link {
  display: inline-block;
  width: 84px;
}

@media (min-width: 1024px) {

  .custom-logo-link {
    width: 132px;
  }
}

.custom-logo-link img {
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--white);
}

@media (min-width: 1024px) {

  .site-header {
    position: relative;
    border-top-width: 0;
    border-bottom-width: 0;
  }
}

.nav-main-menu-wrap {
  position: fixed;
  top: 0px;
  left: -100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 1024px) {

  .nav-main-menu-wrap {
    position: relative;
    left: 0px;
    height: auto;
    width: 100%;
    overflow: visible;
  }
}

.nav-main-menu-wrap{
    
    width: 100%;
    z-index: 60;
    
    transition: left ease-in-out 0.3s;
}

.nav-main-menu-wrap .menu-logo {
  display: block;
}

.nav-main-menu-wrap .menu-logo {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-main-menu-wrap .menu-logo {
  text-align: center;
}

@media (min-width: 1024px) {

  .nav-main-menu-wrap .menu-logo {
    display: none;
  }
}

@media (min-width: 1024px) {

  .nav-main-menu-wrap .menu-logo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.nav-main-menu-wrap .menu-logo .custom-logo-link {
  display: inline-block;
}

.nav-main-menu-wrap.active {
  left: 0px;
}

@media (min-width: 1024px) {

  .nav-main-menu-wrap.sticky-nav {
    position: sticky;
  }
}

@media (min-width: 1024px) {

  .nav-main-menu-wrap.sticky-nav .menu-logo {
    display: block;
  }
}

@media (min-width: 1024px) {

  .nav-main-menu-wrap.sticky-nav .menu-logo {
    width: 2rem;
  }
}

@media (min-width: 1024px) {

  .nav-main-menu-wrap.sticky-nav .menu-logo .custom-logo-link {
    width: 100%;
  }
}

.nav-main-menu-wrap.sticky-nav .menu-logo img {
  height: auto;
}

.nav-main-menu-wrap.sticky-nav .menu-logo img {
  width: 100%;
}

.nav-main-menu-wrap .megamenu-posts > li {
  margin-bottom: 0.25rem;
}

.nav-main-menu-wrap .megamenu-posts > li {
  border-bottom-width: 1px;
}

.nav-main-menu-wrap .megamenu-posts > li {
  border-style: solid;
}

.nav-main-menu-wrap .megamenu-posts > li {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.nav-main-menu-wrap .megamenu-posts > li {
  padding-bottom: 0.25rem;
}

.nav-main-menu-wrap .megamenu-posts > li:last-child {
  margin-bottom: 0px;
}

.nav-main-menu-wrap .megamenu-posts > li:last-child {
  border-bottom-width: 0;
}

.nav-main-menu-wrap .megamenu-posts > li:last-child {
  padding-bottom: 0px;
}

/* Mobile Toggle Menu icon (X ICON) */
.mobile-navtoggle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 102;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    padding: 16px 35px 16px 0px;
}
/* margin: 7px 0 0 15px; */
.mobile-navtoggle span{
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #848080;
        position: absolute;
        display: block;
        content: '';
        transition: all 500ms ease-in-out;
    }
.mobile-navtoggle span::after, .mobile-navtoggle span::before{
            cursor: pointer;
            height: 2px;
            width: 17px;
            background: #848080;
            position: absolute;
            display: block;
            content: '';
            transition: all 500ms ease-in-out;
        }
.mobile-navtoggle span::before {
            top: -7px;
            width: 23px;
        }
.mobile-navtoggle span::after {
            bottom: -7px;
            width: 17px;
        }

.mobile-menu-active .mobile-navtoggle span{
            background-color: transparent;
        }

.mobile-menu-active .mobile-navtoggle span:after{
                width: 23px;
                transform: rotate(-45deg);
            }

.mobile-menu-active .mobile-navtoggle span:before{
                top: 7px;
                transform: rotate(45deg);
                bottom: 0px;
            }

.mobile-menu-active .mobile-navtoggle.active span:after{
                    top: 7px;
                }

.mobile-menu-active #page{
        margin-left: 0;
        /* margin-left: 240px; */
        transition: margin 0.3s ease-in-out;
    }

.mobile-menu-active .overlapblackbg{
        /* opacity: 1;
        visibility: visible; */
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out;
    }

.overlapblackbg{
    right: 0;
    width: calc(100% - 240px);
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    z-index: 40;
}
@media screen and (max-width: 1023px) {
    .overlapblackbg { display: none; }
}

@media (min-width: 1024px) {

  .primary-menu {
    display: flex;
    justify-content: center;
  }
}

.primary-menu >li > a {
  position: relative;
}

.primary-menu >li > a {
  display: block;
}

.primary-menu >li > a {
  border-bottom-width: 3px;
}

.primary-menu >li > a {
  border-color: transparent;
}

.primary-menu >li > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.primary-menu >li > a {
  padding-left: 0.5rem;
}

.primary-menu >li > a {
  padding-right: 0.5rem;
}

.primary-menu >li > a {
  font-size: 1rem;
  line-height: 1.2;
}

.primary-menu >li > a {
  font-weight: 600;
}

.primary-menu >li > a {
  text-transform: uppercase;
}

.primary-menu >li > a {
  color: var(--wp--preset--color--white);
}

.primary-menu >li > a:hover {
  color: var(--wp--preset--color--grey-dark);
}

@media (min-width: 1280px) {

  .primary-menu >li > a {
    padding-top: 0.313rem;
    padding-bottom: 0.313rem;
  }
}

@media (min-width: 1280px) {

  .primary-menu >li > a {
    padding-right: 1.75rem;
  }
}

@media (min-width: 1280px) {

  .primary-menu >li > a {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}

.primary-menu >li > a .submenu-arrow:after{
                    content: "";
                    border-left: 4px solid rgba(0, 0, 0, 0);
                    border-right: 4px solid rgba(0, 0, 0, 0);
                    border-top: 4px solid;
                    right: 14px;
                    height: 0;
                    margin: 0 0 0 14px;
                    position: absolute;
                    text-align: right;
                    top: 22px;
                    width: 0;
                }

@media screen and (max-width:1024px) {
                    .primary-menu >li.menu-item-has-children .submenu-visible .megamenu{
                        opacity: 1;
                        visibility: visible;
                        transform: rotateX(0deg);
                        position: relative;
                    }
                }

@media screen and (min-width:1024px) {
                    .primary-menu >li.menu-item-has-children:hover .megamenu{
                        opacity: 1;
                        visibility: visible;
                        transform: rotateX(0deg);
                    }    
            }

.primary-menu .mmstyle-style-1 .megamenu {
  position: absolute;
}

.primary-menu .mmstyle-style-1 .megamenu {
  display: grid;
}

.primary-menu .mmstyle-style-1 .megamenu {
  background-color: var(--wp--preset--color--white);
}

.primary-menu .mmstyle-style-1 .megamenu {
  padding: 0.75rem;
}

.primary-menu .mmstyle-style-1 .megamenu {
  color: var(--wp--preset--color--black);
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu {
    left: 0px;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu {
    top: 49px;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu {
    z-index: 10;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu {
    width: 100%;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu {
    --tw-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.primary-menu .mmstyle-style-1 .megamenu{
            opacity: 0;
            visibility: hidden;
            transform-origin: 0% 0%;
            transition: transform .3s, opacity .3s;
            transform-style: preserve-3d;
            transform: rotateX(-75deg);
        }

.primary-menu .mmstyle-style-1 .megamenu > li > a {
  margin-bottom: 1rem;
}

.primary-menu .mmstyle-style-1 .megamenu > li > a {
  display: block;
}

.primary-menu .mmstyle-style-1 .megamenu > li > a {
  font-size: 1rem;
  line-height: 1.2;
}

.primary-menu .mmstyle-style-1 .megamenu > li > a {
  font-weight: 700;
}

.primary-menu .mmstyle-style-1 .megamenu > li > a {
  color: var(--wp--preset--color--primary);
}

.primary-menu .mmstyle-style-1 .megamenu > li > a:hover {
  color: var(--wp--preset--color--grey-dark);
}

@media (min-width: 768px) {

  .primary-menu .mmstyle-style-1 .megamenu > li > a {
    font-weight: 600;
  }
}

.primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li {
  display: block;
}

.primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure {
  display: none;
}

.primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure {
  border-radius: 0.25rem;
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure {
    position: relative;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure {
    margin-right: 0.938rem;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure {
    display: block;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure {
    aspect-ratio: 115/65;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure {
    height: 65px;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure {
    width: 115px;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure {
    overflow: hidden;
  }
}

.primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure img {
  position: absolute;
}

.primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure img {
  top: 0px;
}

.primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure img {
  left: 0px;
}

.primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure img {
  height: 100%;
}

.primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li figure img {
  width: 100%;
}

.primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li p {
  font-size: 1rem;
  line-height: 1.2;
}

.primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li p {
  font-weight: 500;
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-1 .megamenu .megamenu-posts li p {
    font-size: 1.188rem;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 {
    display: flex;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 {
    flex-direction: column-reverse;
  }
}

.primary-menu .mmstyle-style-2 .megamenu {
  position: absolute;
}

.primary-menu .mmstyle-style-2 .megamenu {
  display: grid;
}

.primary-menu .mmstyle-style-2 .megamenu {
  background-color: var(--wp--preset--color--white);
}

.primary-menu .mmstyle-style-2 .megamenu {
  padding: 0.75rem;
}

.primary-menu .mmstyle-style-2 .megamenu {
  color: var(--wp--preset--color--black);
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu {
    left: 0px;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu {
    top: 49px;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu {
    z-index: 10;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu {
    width: 100%;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu {
    --tw-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.primary-menu .mmstyle-style-2 .megamenu{
            opacity: 0;
            visibility: hidden;
            transform-origin: 0% 0%;
            transition: transform .3s, opacity .3s;
            transform-style: preserve-3d;
            transform: rotateX(-75deg);
        }

.primary-menu .mmstyle-style-2 .megamenu > li > a {
  display: block;
}

.primary-menu .mmstyle-style-2 .megamenu > li > a {
  font-size: 1rem;
  line-height: 1.2;
}

.primary-menu .mmstyle-style-2 .megamenu > li > a {
  font-weight: 700;
}

.primary-menu .mmstyle-style-2 .megamenu > li > a {
  color: var(--wp--preset--color--primary);
}

.primary-menu .mmstyle-style-2 .megamenu > li > a:hover {
  color: var(--wp--preset--color--grey-dark);
}

@media (min-width: 768px) {

  .primary-menu .mmstyle-style-2 .megamenu > li > a {
    font-weight: 600;
  }
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts {
  margin-bottom: 0.625rem;
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li {
  display: block;
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure {
  display: none;
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure {
  border-radius: 0.25rem;
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure {
    position: relative;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure {
    margin-bottom: 0.938rem;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure {
    display: block;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure {
    aspect-ratio: 230/153;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure {
    height: 153px;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure {
    width: 230px;
  }
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure {
    overflow: hidden;
  }
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure img {
  position: absolute;
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure img {
  top: 0px;
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure img {
  left: 0px;
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure img {
  height: 100%;
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li figure img {
  width: 100%;
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li p {
  font-size: 1rem;
  line-height: 1.2;
}

.primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li p {
  font-weight: 500;
}

@media (min-width: 1024px) {

  .primary-menu .mmstyle-style-2 .megamenu .megamenu-posts li p {
    font-size: 1.188rem;
    line-height: 1.2;
  }
}

body.single .embed-responsive {
  width: 100%;
}

body.single .embed-responsive {
  overflow: hidden;
}

body.single .embed-responsive iframe {
  width: 100%;
}

body.single .post-content a {
  color: var(--wp--preset--color--primary);
}

body.single .post-content a:hover {
  color: var(--wp--preset--color--grey-dark);
}

.breadcrumb a {
  color: var(--wp--preset--color--primary);
}

.breadcrumb a:hover {
  color: var(--wp--preset--color--grey-dark);
}

.post-rating{
    margin-top:20px;
}

.post-rating .fa{
        font-family: 'FontAwesome';
    }

.post-rating .fa-star{
            color:#a09696; 
            font-size:14px;
        }

.post-rating .fa-star.fa-star.checked {
  color: var(--wp--preset--color--primary);
}

.post-rating .fa-star-half-empty:before,.post-rating .fa-star-half-full:before,.post-rating .fa-star-half-o:before{
                    content: "\f123";
                    font-size:14px;
                    color:#f69a17;
                }

.post-rating .fa .rate-count{
            color:#a09696;
            font-size:15px; 
            margin-left:5px; 
            font-weight:500;
        }

.wp-block-table{
    overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
}

.wp-block-table table {
  font-size: 1rem;
  line-height: 1.2;
}

/*border-collapse: collapse;
        width: 100%;
        font-size: 1.8rem;
        line-height: 1.2;*/

.wp-block-table table tr:nth-child(odd) {
  background-color: var(--wp--preset--color--grey-extlight);
}

.wp-block-table table tr:first-child {
  background-color: var(--wp--preset--color--primary);
}

.wp-block-table table tr:first-child {
  color: var(--wp--preset--color--white);
}

.wp-block-table table th {
  border-color: var(--wp--preset--color--grey-light);
}

.wp-block-table table th {
  background-color: var(--wp--preset--color--primary);
}

.wp-block-table table th {
  padding: 0.5rem;
}

.wp-block-table table th {
  color: var(--wp--preset--color--white);
}

.wp-block-table table td {
  border-color: var(--wp--preset--color--grey-light);
}

.wp-block-table table td {
  padding: 0.5rem;
}

.pagination span.dots {
  border-width: 1px;
}

.pagination span.dots {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.pagination span.dots {
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}

.pagination span.dots {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.pagination span.dots {
  color: var(--wp--preset--color--primary);
}

.pagination span.current {
  border-width: 1px;
}

.pagination span.current {
  border-color: var(--wp--preset--color--primary);
}

.pagination span.current {
  background-color: var(--wp--preset--color--primary);
}

.pagination span.current {
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}

.pagination span.current {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.pagination span.current {
  color: var(--wp--preset--color--white);
}

.pagination a:not(.next):not(.prev) {
  border-width: 1px;
}

.pagination a:not(.next):not(.prev) {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.pagination a:not(.next):not(.prev) {
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}

.pagination a:not(.next):not(.prev) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.pagination a:not(.next):not(.prev) {
  color: var(--wp--preset--color--primary);
}

.pagination a:not(.next):not(.prev):hover {
  color: var(--wp--preset--color--grey-dark);
}

.pagination a.next,
        .pagination a.prev {
  color: var(--wp--preset--color--primary);
}

.footer-links {
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 1.125rem;
  line-height: 1.2;
  color: var(--wp--preset--color--white);
}

.footer-links li {
  margin-bottom: 0.375rem;
}

.footer-links a:hover {
  color: var(--wp--preset--color--grey-dark);
}

.footer-about p {
  font-size: 1.125rem;
  line-height: 1.2;
}

.footer-about a {
  color: var(--wp--preset--color--red);
}

.sticky-news {
  height: 300px;
}

@media (min-width: 640px) {

  .sticky-news {
    height: 460px;
  }
}

.play-icon {
  position: absolute;
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 9999px;
  background-color: #ffffff9c;
  padding: 1.25rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2;
  color: var(--wp--preset--color--primary);
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.readers-trending{
    padding-bottom: 65px;
    background-image: url('../../images/celbr.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.contact-boxes h5 {
  font-size: 1.563rem;
  line-height: 1.2;
}

.contact-boxes h5 {
  font-weight: 500;
}

.contact-boxes h6 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.contact-boxes h6 {
  font-weight: 500;
}

.contact-boxes a:hover {
  color: var(--wp--preset--color--grey-dark);
}

.contact-boxes p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.contact-boxes p{
        line-height: 1.438;
    }

.contact-form .wpcf7 .form-fields {
  display: grid;
}

.contact-form .wpcf7 .form-fields {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.contact-form .wpcf7 .form-fields {
  gap: 1.5rem;
}

@media (min-width: 1024px) {

  .contact-form .wpcf7 .form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-form .wpcf7 .form-field {
  grid-column: span 2 / span 2;
}

.contact-form .wpcf7 .form-field.half {
  grid-column: span 2 / span 2;
}

@media (min-width: 1024px) {

  .contact-form .wpcf7 .form-field.half {
    grid-column: span 1 / span 1;
  }
}

.contact-form h2 {
  margin-bottom: 1.5rem;
}

.contact-form h2 {
  font-size: 1.875rem;
  line-height: 1.2;
}

.contact-form h2 {
  font-weight: 700;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="number"],input[type="password"],textarea {
  display: block;
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  border-color: var(--wp--preset--color--grey-light);
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
}

.wpum-login-form,
.wpum-registration-form{
    max-width: 580px;
}
.wpum-login-form fieldset,
.wpum-registration-form fieldset {
  margin-bottom: 1.25rem;
}

select {
  position: relative;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border-width: 1px;
  border-color: var(--wp--preset--color--grey-light);
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

input[type="submit"]:not(.search-popup--submit),input[type="submit"].wpcf7-submit,.frm_style_formidable-style.with_frm_style .frm_submit button {
  cursor: pointer;
  border-style: none;
  background-color: var(--wp--preset--color--black);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

input[type="submit"]:not(.search-popup--submit):hover,input[type="submit"].wpcf7-submit:hover,.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background-color: var(--wp--preset--color--primary);
}

.google-login-button {
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--wp--preset--color--black);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.google-login-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.google-login-button .google-icon {
  margin-right: 0.625rem;
}

.google-login-button .google-icon {
  display: flex;
}

.google-login-button .google-icon {
  align-items: center;
}

blockquote {
	border-color: #cd2653;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 2rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

blockquote cite {
        display: block;
        margin: 2rem 0 0 0;
    }

blockquote p:last-child {
        margin: 0;
    }

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

.header-search{
    position: relative;
    display: inline-flex;
    align-items: center;
}

.header-search-toggle{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    padding: 0;
}

.header-search-icon--search{
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-search-icon--close{
    display: none;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: currentColor;
}

.header-search.open .header-search-icon--search{
        display: none;
    }

.header-search.open .header-search-icon--close{
        display: inline-flex;
        width: 100%;
        height: 100%;
    }

.header-search.open .header-search-icon--close svg{
            width: 100%;
            height: 100%;
        }

.header-search-panel{
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    will-change: transform;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 260ms ease, opacity 200ms ease, visibility 0ms linear 260ms;
    z-index: 70;
}

@media (max-width: 1023px) {

.header-search-panel{
        position: fixed;
        left: 0;
        right: 40px !important;
        top: 3px;
        transform: translateY(0) translateX(0);
        background-color: #ffffff;
        padding-inline: 15px !important;
       height: 60px;
       align-content: center;
       overflow: visible;
       
        z-index: 105
}
    }

.header-search-panel .search-popup--results{
        position: absolute;
       
        left: 15px;
        right: 15px;
        margin-top: 8px;
        width: 100%;
        background-color: white;
        max-height: 430px;
        overflow-y: auto;
        z-index: 100000;
        border-radius: 4px;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
        display: none;
    }

@media (max-width: 1023px) {

.header-search-panel .search-popup--results{
            position: absolute;
            top: 100%;
            margin-top: 0px;
            max-height: 50vh
    }
        }

.header-search-panel .search-popup--results:not(:empty) {
            display: block;
        }

.header-search-panel .search-popup--results .result-item {
            padding: 10px;
            border-bottom: 1px solid #eee;
            display: flex;
            gap: 10px;
        }

.header-search-panel .search-popup--results .result-item a {
  font-size: 1.063rem;
  line-height: 1.2;
}

.header-search-panel .search-popup--results .result-item a {
  font-weight: 500;
}

.header-search-panel .search-popup--results .result-item a{
                font-family: var(--wp--preset--font-family--barlow-condensed);
                text-decoration: none;
                color: #333;
            }

.header-search-panel .search-popup--results .result-item .image-wrapper{
                display: block;
                width: 95px;
                height: 65px;
                position: relative;
            }

.header-search-panel .search-popup--results .result-item .image-wrapper img{
                    -o-object-fit: cover;
                       object-fit: cover;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

.header-search-panel .search-popup--results .result-item .post-title{
                flex: 1;
            }


.header-search.open .header-search-panel{
        transform: translateY(-50%) translateX(0);
        opacity: 1;
        
        visibility: visible;
        pointer-events: auto;
        transition: transform 260ms ease, opacity 200ms ease;
    }


@media (max-width: 1023px) {


.header-search.open .header-search-panel{
            transform: translateY(0) translateX(0);
            opacity: 1
    }
        }

.header-search-form{
    display: flex;
    align-items: center;
    height: 40px;
    padding: 6px 8px 6px 16px;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #1e1e1e;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.header-search-input{
    border: 0;
    outline: none;
    height: 100%;
    width: 520px !important;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    background: transparent;
    font-family: var(--wp--preset--font-family--barlow-condensed);
    letter-spacing: 0.5px;
}

@media (max-width: 1023px) {

.header-search-input{
        width: 100% !important;
        flex: 1
}
    }

.header-search-submit{
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    font-size: 0;
    border: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='22' height='22' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'%3E%3Cpath d='M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037 C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041 c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056 c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041 z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.header-search--desktop .header-search-panel{
        right: calc(100% + 12px);
    }

.header-search--mobile .header-search-panel{
        right: calc(100% + 10px);
    }

.header-search--mobile .header-search-input{
        width: 520px !important;
    }

.header-search--mobile .header-search-toggle{
        color: #848080;
    }

.search-popup {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  height: 0px;
  width: 100%;
  --tw-translate-y: 0.625rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    background-color: #000000db;
}

.search-popup.open {
  pointer-events: auto;
}

.search-popup.open {
  z-index: 999999;
}

.search-popup.open {
  height: 100vh;
}

.search-popup.open {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.search-popup.open {
  overflow: visible;
}

.search-popup.open {
  opacity: 1;
}

.search-popup--content{
        margin: 0 auto;
        max-width: 560px;
        position: relative;
    }

.search-popup--close{
        width: 45px;
        height: 45px;
        display: block;
        background: #ffffff;
        border-radius: 100%;
        position: absolute;
        right: 15px;
        top: 15px;
        transform: rotate(-45deg);
        font-family: var(--wp--preset--font-family--barlow-condensed);
    }

.search-popup--close:before{
            content: "+";
            font-size: 55px;
            font-weight: 300;
            color: #00173f;
            position: absolute;
            top: -9px;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

.search-popup--input{
        margin: 0;
        padding: 8px 8px 8px 20px;
        height: 48px;
        background-color: #fff;
        border: 2px solid #1e1e1e;
        box-shadow: 0 0 0 0 #b5b5b5 inset;
        border-radius: 30px;
        position: relative;
    }

.search-popup--input input[type="text"]{
            border: 0;
            padding: 0;
            height: 100%;
            font-size: 12px;
            font-weight: 400;
            outline: none;
        }

.search-popup--submit{
        width: 22px;
        height: 22px;
        position: absolute;
        right: 10px;
        top: 12px;
        font-size: 0;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='22' height='22' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'%3E%3Cpath d='M460.355,421.59L353.844,315.078c20.041-27.553,31.885-61.437,31.885-98.037 C385.729,124.934,310.793,50,218.686,50C126.58,50,51.645,124.934,51.645,217.041c0,92.106,74.936,167.041,167.041,167.041 c34.912,0,67.352-10.773,94.184-29.158L419.945,462L460.355,421.59z M100.631,217.041c0-65.096,52.959-118.056,118.055-118.056 c65.098,0,118.057,52.959,118.057,118.056c0,65.096-52.959,118.056-118.057,118.056C153.59,335.097,100.631,282.137,100.631,217.041 z'%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }

.search-popup--results{
        position: absolute;
        width: 100%;
        background-color: white;
        max-height: 200px;
        overflow-y: auto;
        z-index: 100000;
    }

.search-popup--results .result-item {
            padding: 10px;
            border-bottom: 1px solid #eee;
            display: flex;
            gap:10px;
        }

.search-popup--results .result-item a {
  font-size: 1.063rem;
  line-height: 1.2;
}

.search-popup--results .result-item a {
  font-weight: 500;
}

.search-popup--results .result-item a{
                font-family: var(--wp--preset--font-family--barlow-condensed);
                text-decoration: none;
                color: #333;
            }

.search-popup--results .result-item .image-wrapper{
                display: block;
                width: 95px;
                height: 65px;
                position: relative;
            }

.search-popup--results .result-item .image-wrapper img{
                    -o-object-fit: cover;
                       object-fit: cover;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                }

.search-popup--results .result-item .post-title{
                flex: 1;
            }

.search-popup--loading{
        position: absolute;
        right: 40px;
        top: 12px;
        width: 22px;
        height: 22px;
    }

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #333333;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.subscription-popup {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  height: 0px;
  width: 100%;
  --tw-translate-y: 0.625rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    background-color: #ffffff;
    color: #8c8c8c;
}

.subscription-popup.open {
  pointer-events: auto;
}

.subscription-popup.open {
  z-index: 999999;
}

.subscription-popup.open {
  height: 100vh;
}

.subscription-popup.open {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.subscription-popup.open {
  overflow: visible;
}

.subscription-popup.open {
  opacity: 1;
}

.subscription-popup--content{
        margin: 0 auto;
        max-width: 760px;
        position: relative;
        padding: 20px;
        background-color: rgba( 249,249,249,1.00 );
        box-shadow: 1px 1px 3px 0 rgba( 2,2,2,0.23 );
    }

.subscription-popup--content h4{
            display: none;
        }

.subscription-popup--close{
        width: 45px;
        height: 45px;
        display: block;
        background: #00173f;
        border-radius: 100%;
        position: absolute;
        right: 15px;
        top: 15px;
        transform: rotate(-45deg);
        font-family: var(--wp--preset--font-family--barlow-condensed);
    }

.subscription-popup--close:before{
            content: "+";
            font-size: 55px;
            font-weight: 300;
            color: #ffffff;
            position: absolute;
            top: -9px;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

.subscription-popup--close:hover{
            background-color: #ffffff;
        }

.subscription-popup--close:hover:before{
                color: #00173f;
            }

.mc4wp-form .mc4wp-form-fields{
        margin-bottom: 15px;
    }

.mc4wp-form .mc4wp-form-fields h4 {
  margin-top: 0px;
}

.mc4wp-form .mc4wp-form-fields input[type="text"],.mc4wp-form .mc4wp-form-fields input[type="email"] {
  display: block;
}

.mc4wp-form .mc4wp-form-fields input[type="text"],.mc4wp-form .mc4wp-form-fields input[type="email"] {
  width: 100%;
}

.mc4wp-form .mc4wp-form-fields input[type="text"],.mc4wp-form .mc4wp-form-fields input[type="email"] {
  border-radius: 5px;
}

.mc4wp-form .mc4wp-form-fields input[type="text"],.mc4wp-form .mc4wp-form-fields input[type="email"] {
  border-style: none;
}

.mc4wp-form .mc4wp-form-fields input[type="text"],.mc4wp-form .mc4wp-form-fields input[type="email"] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.mc4wp-form .mc4wp-form-fields input[type="text"],.mc4wp-form .mc4wp-form-fields input[type="email"] {
  padding: 0.75rem;
}

.mc4wp-form .mc4wp-form-fields input[type="text"],.mc4wp-form .mc4wp-form-fields input[type="email"] {
  font-family: var(--wp--preset--font-family--barlow-condensed);
}

.mc4wp-form .mc4wp-form-fields input[type="text"],.mc4wp-form .mc4wp-form-fields input[type="email"] {
  font-size: 1rem;
  line-height: 1.2;
}

.mc4wp-form .mc4wp-form-fields .btn-primary {
  display: inline-block;
}

.mc4wp-form .mc4wp-form-fields .btn-primary {
  background-color: var(--wp--preset--color--primary);
}

.mc4wp-form .mc4wp-form-fields .btn-primary {
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}

.mc4wp-form .mc4wp-form-fields .btn-primary {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.mc4wp-form .mc4wp-form-fields .btn-primary {
  font-family: var(--wp--preset--font-family--barlow-condensed);
}

.mc4wp-form .mc4wp-form-fields .btn-primary {
  font-size: 1.125rem;
  line-height: 1.2;
}

.mc4wp-form .mc4wp-form-fields .btn-primary {
  font-weight: 500;
}

.mc4wp-form .mc4wp-form-fields .btn-primary {
  text-transform: uppercase;
}

.mc4wp-form .mc4wp-form-fields .btn-primary {
  color: var(--wp--preset--color--white);
}

.mc4wp-form .mc4wp-form-fields .btn-primary:hover {
  background-color: var(--wp--preset--color--black);
}

.mc4wp-form .mc4wp-form-fields label {
  font-family: var(--wp--preset--font-family--barlow-condensed);
}

.mc4wp-form .mc4wp-form-fields label {
  font-size: 0.875rem;
  line-height: 1.2;
}

.mc4wp-form .mc4wp-form-fields .subscribe-form-check{
            min-height: 1.5rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
        }

.mc4wp-form .mc4wp-form-fields .subscribe-form-check span{
                order:3;
                width: 100%;
            }

.mc4wp-form .mc4wp-form-fields .subscribe-form-check label{
                flex: 1;
                cursor: pointer;
            }

.mc4wp-form .mc4wp-form-fields .subscription-check-input[type=checkbox]{
            border-radius: .25em;
            width: 1em;
            height: 1em;
            vertical-align: top;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            border: 1px solid rgba(0, 0, 0, .25);
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
        }

.mc4wp-form .mc4wp-form-fields .subscription-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
            background-color: #0d6efd;
            border-color: #0d6efd;
            outline: 0;
            box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
        }

.mc4wp-form .error-message {
        color: red;
        font-size: 12px;
        margin-top: 5px;
    }

.mc4wp-form .mc4wp-alert {
  font-family: var(--wp--preset--font-family--barlow-condensed);
}

.mc4wp-form .mc4wp-alert {
  font-size: 1rem;
  line-height: 1.2;
}

.mc4wp-form .mc4wp-alert{
        border: 2px solid #009900;
        padding: 20px;
        color: #009900;
    }

.mc4wp-form .mc4wp-alert p{
            margin: 0;
        }

.mc4wp-form .mc4wp-alert.mc4wp-error{
            color: #ff0000;
            border-color: #ff0000;
        }

.mc4wp-form .error {
        border-color: red;
    }

.section-topnews .ad-space > *{
            width: -moz-fit-content;
            width: fit-content;
            margin: 0 auto;
        }

.social-icons-follow{
    display: flex;
    justify-content: center;
}

.icon-text-box h3 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.our-team-block .about-more-team {
  height: 100%;
}

.our-team-block .about-more-team {
  max-height: 0px;
}

.our-team-block .about-more-team p {
  font-size: 0.875rem;
  line-height: 1.2;
}

.our-team-block .about-more-team.open {
  max-height: 1000px;
}

.archive-desc p {
  font-size: 1.125rem;
  line-height: 1.2;
}

.wp-block-group .wp-block-heading {
  margin-top: 0px;
}

.prayer-timings {
  margin-bottom: 1.25rem;
}

.prayer-timings ul {
  display: flex;
}

.prayer-timings ul {
  flex-wrap: wrap;
}

.prayer-timings ul {
  gap: 1rem;
}

.prayer-timings ul li a {
  padding-bottom: 0.625rem;
}

.prayer-timings ul li a:hover {
  color: var(--wp--preset--color--primary);
}

.prayer-timings ul li.current-menu-item a {
  position: relative;
}

.prayer-timings ul li.current-menu-item a {
  font-weight: 600;
}

.prayer-timings ul li.current-menu-item a::after {
  position: absolute;
}

.prayer-timings ul li.current-menu-item a::after {
  bottom: 0px;
}

.prayer-timings ul li.current-menu-item a::after {
  left: 0px;
}

.prayer-timings ul li.current-menu-item a::after {
  right: 0px;
}

.prayer-timings ul li.current-menu-item a::after {
  margin-left: auto;
  margin-right: auto;
}

.prayer-timings ul li.current-menu-item a::after {
  height: 2px;
}

.prayer-timings ul li.current-menu-item a::after {
  width: 1.25rem;
}

.prayer-timings ul li.current-menu-item a::after {
  background-color: var(--wp--preset--color--primary);
}

.prayer-timings ul li.current-menu-item a::after {
  --tw-content: '';
  content: var(--tw-content);
}

.prayer-time-day-description :last-child {
  margin-bottom: 0px;
}
.page-numbers{
    display: flex;
    gap: 0.313rem;
    align-items: center;
}
.section-ads-undermenu {
    max-width: 970px !important;
    margin-inline: auto !important;
}

.ramadan-time-table {
    font-family: inherit;
}
 
.ramadan-time-table__tablewrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
 
.ramadan-time-table__table {
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
}
 
.ramadan-time-table__thead {
    position: sticky;
    top: 0;
    z-index: 1;
}
 
.ramadan-time-table__th {
    text-align: center;
    font-weight: 700; 
    padding: 12px 14px;
    background: black;
    color: white;
    white-space: nowrap;
    border-bottom: 1px solid #d9d9d9;
}
 
.ramadan-time-table__td {
    padding: 12px 14px;
    border-bottom: 1px solid #e7e7e7;
    white-space: nowrap;
    text-align: center;
}
 
.ramadan-time-table__tr {
    transition: background-color 180ms ease-in-out;
}
 
.ramadan-time-table__tr:hover {
    background: var(--wp--preset--color--primary);
}
 
.ramadan-time-table__tr:hover .ramadan-time-table__td {
    color: white;
}
 
.ramadan-time-table__tr--today {
    background: var(--wp--preset--color--primary);
    color: white;
    font-weight: 600;
}
 
@media (max-width: 768px) {
    .ramadan-time-table__th,
    .ramadan-time-table__td {
        padding: 10px 10px;
        font-size: 12px;
    }
}

.ramadan-timing-float{
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 999;
    background-color: white;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: ramadan-timing-bounce 1.2s ease-in-out infinite;
}

.ramadan-timing-float img{
    display: block;
    height: 80px;
    width: auto;
    max-width: min(180px, 40vw);
    border-radius: 0;
    box-shadow: none;
}

@keyframes ramadan-timing-bounce{
    0%, 100%{ transform: translateY(0); }
    50%{ transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
    .ramadan-timing-float{
        animation: none;
    }
}

@media (max-width: 768px) {
    .ramadan-timing-float{
        right: 12px;
        bottom: 12px;
    }

    .ramadan-timing-float img{
        height: 70px;
        max-width: min(150px, 55vw);
    }
}
.ramadan-timing-float img {
      
        border-radius: 100%;
    }
 @media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
}
@media (min-width: 768px) {
    .custom-pt {
        padding-top: 1.25rem;
    }
}
.custom-pt {
  padding-top: 0.25rem;
  padding-bottom: 0.938rem;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-family: var(--wp--preset--font-family--poppins);
}
.aspect-404x295{
    aspect-ratio: 404/295;
}
.category-opinion .topbar-ad-mobile{
    margin-block: 0 !important;
}
.grid-ad a{
  display: block;
  width: 100%;
}
.grid-ad a img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {

  .grid-ad a img {
    width: 100%;
  }
}

/* ═══════════════════════════════════════════════════════
   Wysiwyg / Rich Content Area (.live-price-content)
   Used in live-price block content_below field
   and anywhere wp_kses_post content is output
═══════════════════════════════════════════════════════ */

.live-price-content {
    font-family: var(--wp--preset--font-family--poppins);
    font-size: 1rem;
    line-height: 1.75;
    color: #444;
}

/* Headings */
.live-price-content h1,
.live-price-content h2,
.live-price-content h3,
.live-price-content h4,
.live-price-content h5,
.live-price-content h6 {
    font-family: var(--wp--preset--font-family--barlow-condensed);
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.live-price-content h1 { font-size: 2.25rem; }
.live-price-content h2 {
    font-size: 1.625rem;
    padding-left: 0.75rem;
    border-left: 4px solid #F69A17;
}
.live-price-content h3 { font-size: 1.375rem; }
.live-price-content h4 { font-size: 1.2rem; color: #222; }
.live-price-content h5 { font-size: 1.1rem; color: #333; }
.live-price-content h6 { font-size: 1rem;   color: #555; }

/* First heading — no top margin */
.live-price-content > h1:first-child,
.live-price-content > h2:first-child,
.live-price-content > h3:first-child {
    margin-top: 0;
}

/* Paragraphs */
.live-price-content p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #555;
}

/* Links */
.live-price-content a {
    color: #F69A17;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.live-price-content a:hover {
    color: #c07a00;
}

/* Lists */
.live-price-content ul,
.live-price-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.live-price-content ul {
    list-style: disc;
}

.live-price-content ol {
    list-style: decimal;
}

.live-price-content li {
    margin-bottom: 0.4rem;
    color: #555;
}

.live-price-content ul li::marker,
.live-price-content ol li::marker {
    color: #F69A17;
}

/* Nested lists */
.live-price-content ul ul,
.live-price-content ol ol,
.live-price-content ul ol,
.live-price-content ol ul {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

/* Blockquote */
.live-price-content blockquote {
    border-left: 4px solid #F69A17;
    background-color: #fffbf4;
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-radius: 0 6px 6px 0;
    font-style: italic;
    color: #666;
}

.live-price-content blockquote p {
    margin: 0;
}

/* Tables */
.live-price-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
    margin: 1.25rem 0;
    overflow-x: auto;
    display: block;
}

.live-price-content table thead {
    background-color: #000;
    color: #fff;
}

.live-price-content table th {
    padding: 0.7rem 1rem;
    text-align: left;
    font-family: var(--wp--preset--font-family--barlow-condensed);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.live-price-content table tbody tr:nth-child(odd)  { background-color: #fff; }
.live-price-content table tbody tr:nth-child(even) { background-color: #f9f5ee; }
.live-price-content table tbody tr:hover           { background-color: #fef6e9; }

.live-price-content table td {
    padding: 0.65rem 1rem;
    border-top: 1px solid #e7e7e7;
    color: #444;
}

/* Strong / Bold */
.live-price-content strong,
.live-price-content b {
    font-weight: 700;
    color: #222;
}

/* Horizontal rule */
.live-price-content hr {
    border: none;
    border-top: 2px solid #e7e7e7;
    margin: 2rem 0;
}

/* Images */
.live-price-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 0.5rem 0;
}
.pum-theme-3671 .pum-container, .pum-theme-default-theme .pum-container{ 
    border-radius:16px !important;
}
.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0px;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-\[\#e0e0e0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover {
  background-color: var(--wp--preset--color--black);
}
.hover\:bg-fb2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 74 149 / var(--tw-bg-opacity));
}
.hover\:bg-insta2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(197 30 130 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
  background-color: var(--wp--preset--color--primary);
}
.hover\:bg-tele2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 170 204 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  background-color: var(--wp--preset--color--white);
}
.hover\:bg-yt2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 16 16 / var(--tw-bg-opacity));
}
.hover\:text-grey-dark:hover {
  color: var(--wp--preset--color--grey-dark);
}
.hover\:text-primary:hover {
  color: var(--wp--preset--color--primary);
}
.hover\:text-primary-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(208 122 0 / var(--tw-text-opacity));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-grey-dark {
  color: var(--wp--preset--color--grey-dark);
}
@media (min-width: 640px) {

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:h-\[460px\] {
    height: 460px;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-1\.7 {
    margin-bottom: 0.313rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-3\.7 {
    margin-bottom: 0.938rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-\[37\.6px\] {
    margin-top: 37.6px;
  }

  .md\:mt-\[5px\] {
    margin-top: 5px;
  }

  .md\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .md\:line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:\!w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-36 {
    max-width: 9rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-\[37\.6px\] {
    padding-top: 37.6px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.2;
  }

  .md\:text-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:shadow-theme {
    --tw-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .md\:after\:left-0::after {
    content: var(--tw-content);
    left: 0px;
  }

  .md\:after\:top-0::after {
    content: var(--tw-content);
    top: 0px;
  }

  .md\:after\:z-10::after {
    content: var(--tw-content);
    z-index: 10;
  }

  .md\:after\:h-full::after {
    content: var(--tw-content);
    height: 100%;
  }

  .md\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
  }

  .md\:after\:bg-theme-gradient::after {
    content: var(--tw-content);
    background-image: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.908000700280112) 100%);
  }

  .md\:after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}
@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-\[49px\] {
    top: 49px;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-3\.7 {
    margin-bottom: 0.938rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mr-3\.7 {
    margin-right: 0.938rem;
  }

  .lg\:mt-7\.5 {
    margin-top: 1.875rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[115\/65\] {
    aspect-ratio: 115/65;
  }

  .lg\:aspect-\[230\/153\] {
    aspect-ratio: 230/153;
  }

  .lg\:h-\[153px\] {
    height: 153px;
  }

  .lg\:h-\[215px\] {
    height: 215px;
  }

  .lg\:h-\[218px\] {
    height: 218px;
  }

  .lg\:h-\[65px\] {
    height: 65px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-\[115px\] {
    width: 115px;
  }

  .lg\:w-\[132px\] {
    width: 132px;
  }

  .lg\:w-\[230px\] {
    width: 230px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-3\.7 {
    gap: 0.938rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:border-y-0 {
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .lg\:bg-black {
    background-color: var(--wp--preset--color--black);
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .lg\:text-h4 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .lg\:text-lgx2 {
    font-size: 1.188rem;
    line-height: 1.2;
  }

  .lg\:shadow-theme {
    --tw-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1280px) {

  .xl\:py-1\.7 {
    padding-top: 0.313rem;
    padding-bottom: 0.313rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:text-lg\/9 {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}
 
