/*!/wp-content/mu-plugins/wpcomsh/jetpack_vendor/automattic/jetpack-podcast/dist/blocks/podcast-episode/style.css*/
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/.pnpm/css-loader@6.11.0_webpack@5.105.2/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../../node_modules/.pnpm/sass-loader@16.0.5_sass-embedded@1.97.3_webpack@5.105.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/blocks/podcast-episode/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Podcast Episode block shared styles (editor + front-end).
 */
/**
 * Colors
 */
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
 * Fonts & basic variables.
 */
/**
 * Typography
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Radius scale.
 */
/**
 * Elevation scale.
 */
/**
 * Dimensions.
 */
/**
 * Mobile specific styles
 */
/**
 * Editor styles.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * Typography
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Breakpoint mixins
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * Creates a checkerboard pattern background to indicate transparency.
 * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
 */
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .wp-block-jetpack-podcast-episode .jetpack-podcast-episode {
    flex-direction: column;
  }
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__poster {
  flex: 0 0 auto;
  margin: 0;
  inline-size: 160px;
  max-inline-size: 40%;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__poster img {
  inline-size: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: calc(6px - 2px);
  display: block;
}
@media (max-width: 600px) {
  .wp-block-jetpack-podcast-episode .jetpack-podcast-episode__poster {
    inline-size: 100%;
    max-inline-size: 100%;
  }
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__body {
  flex: 1 1 auto;
  min-inline-size: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  font-size: 0.85em;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__badge {
  display: inline-flex;
  align-items: center;
  padding-inline: 8px;
  padding-block: 2px;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 999px;
  background-color: #f0f0f0;
  color: #1e1e1e;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__badge--trailer {
  background-color: #e7f5ff;
  color: #0073aa;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__badge--bonus {
  background-color: #fff4e6;
  color: #b35900;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__badge--explicit {
  background-color: #1e1e1e;
  color: #fff;
  font-family: monospace;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__title {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.3;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__byline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  font-size: 0.9em;
  color: #757575;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__player {
  margin-block: 4px;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__player audio,
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__player video {
  inline-size: 100%;
  max-inline-size: 100%;
  display: block;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__player video {
  border-radius: calc(6px - 2px);
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__summary {
  margin: 0;
  font-weight: 500;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__description {
  margin: 0;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__description p:last-child {
  margin-block-end: 0;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__people {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__person {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9em;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__person img {
  inline-size: 28px;
  block-size: 28px;
  border-radius: 50%;
  object-fit: cover;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__person-role {
  color: #757575;
  font-size: 0.85em;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__soundbite {
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__soundbite-time {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  color: #757575;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__soundbite-button {
  display: flex;
  gap: 12px;
  align-items: baseline;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
  border-radius: 2px;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__soundbite-button:hover .jetpack-podcast-episode__soundbite-title {
  text-decoration: underline;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__soundbite-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.wp-block-jetpack-podcast-episode .jetpack-podcast-episode__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.9em;
}

/*# Current File Updated by Asset CleanUp Pro - Original Source Map: style.css.map*/
/*!/wp-content/cache/asset-cleanup/one/css/item/content__mu-plugins__wpcomsh__jetpack_vendor__automattic__jetpack-mu-wpcom__src__build__wpcom-blocks-code-style__wpcom-blocks-code-style-css-v5cf45409ce486c97d892feae114e547c5b68700d.css*/
/*!/wp-content/mu-plugins/wpcomsh/jetpack_vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-blocks-code-style/wpcom-blocks-code-style.css*/.wp-block-code{display:flex;flex-direction:column;gap:10px;--colorComment:var(--styledColorComment,var(--wp--custom--core-code--comment,#940));--colorKeyword:var(--styledColorKeyword,var(--wp--custom--core-code--keyword,#708));--colorBoolean:var(--styledColorBoolean,var(--wp--custom--core-code--boolean,#219));--colorLiteral:var(--styledColorLiteral,var(--wp--custom--core-code--literal,#164));--colorString:var(--styledColorString,var(--wp--custom--core-code--string,#a11));--colorSpecialString:var(--styledColorSpecialString,var(--wp--custom--core-code--special-string,#e40));--colorMacroName:var(--styledColorMacroName,var(--wp--custom--core-code--macro-name,#256));--colorVariableDefinition:var(--styledColorVariableDefinition,var(--wp--custom--core-code--variable-definition,#00f));--colorTypeName:var(--styledColorTypeName,var(--wp--custom--core-code--type-name,#085));--colorClassName:var(--styledColorClassName,var(--wp--custom--core-code--class-name,#167));--colorInvalid:var(--styledColorInvalid,var(--wp--custom--core-code--invalid,red))}.wp-block-code.show-line-numbers{counter-set:code-line-number calc(var(--line-numbers-start-at, 1) - 1)}.wp-block-code.show-line-numbers code .cm-line{margin-left:calc(var(--line-number-gutter-width, 2ch) + 32px)}.wp-block-code.show-line-numbers code .cm-line:before{backdrop-filter:blur(1em);color:oklch(from currentColor l c h/.6);content:counter(code-line-number);counter-increment:code-line-number;display:inline-block;left:0;padding:0 .5ch 0 .25ch;position:absolute;text-align:right;white-space:nowrap;width:var(--line-number-gutter-width,2ch)}.wp-block-code.loading{cursor:wait;filter:saturate(.6) opacity(.6);overflow:hidden}.wp-block-code .cm-editor{outline:none;overflow:hidden;position:relative}.wp-block-code .cm-scroller{align-items:flex-start!important;display:flex!important;gap:32px;height:100%;line-height:1.4;overflow-anchor:none;overflow-x:auto;z-index:0}.wp-block-code code,.wp-block-code pre{background:transparent!important;border:none!important;border-radius:0!important;color:inherit!important;font-size:inherit!important;line-height:inherit!important;margin:0!important;max-width:none!important;padding:0!important}.wp-block-code pre{display:block!important;flex-grow:2!important;flex-shrink:0!important;overflow-wrap:normal!important;white-space:pre!important}.wp-block-code code{font-family:inherit!important}.wp-block-code .cm-line:before{box-sizing:content-box!important}.wp-block-code .cm-line:empty:after{content:" "}.wp-block-code .cm-line{padding:0 2px 0 6px}.wp-block-code .tok-link{text-decoration:underline}.wp-block-code .tok-heading{font-weight:700;text-decoration:underline}.wp-block-code .tok-emphasis{font-style:italic}.wp-block-code .tok-strong{font-weight:700}.wp-block-code .tok-strikethrough{text-decoration:line-through}.wp-block-code.is-style-solarized-dark,.wp-block-code.is-style-solarized-light{--styledColorKeyword:lab(55 -10 -45);--styledColorBoolean:lab(50 65 -5);--styledColorLiteral:lab(60 -20 65);--styledColorString:lab(60 10 65);--styledColorSpecialString:lab(50 65 45);--styledColorMacroName:lab(50 50 55);--styledColorVariableDefinition:lab(60 -35 -5);--styledColorTypeName:lab(50 15 -45);--styledColorClassName:lab(60 -20 65);--styledColorInvalid:lab(50 65 45)}.wp-block-code.is-style-solarized-light{--colorBackground:lab(97 00 10);--colorText:lab(50 -7 -7);background-color:var(--colorBackground);color:var(--colorText);--styledColorComment:lab(65 -5 -2)}.wp-block-code.is-style-solarized-dark{--colorBackground:lab(15 -12 -12);--colorText:lab(60 -6 -3);background-color:var(--colorBackground);color:var(--colorText);--styledColorComment:lab(45 -7 -7)}.wp-block-code.is-style-no-highlight{--styledColorComment:currentColor;--styledColorKeyword:currentColor;--styledColorBoolean:currentColor;--styledColorLiteral:currentColor;--styledColorString:currentColor;--styledColorSpecialString:currentColor;--styledColorMacroName:currentColor;--styledColorVariableDefinition:currentColor;--styledColorTypeName:currentColor;--styledColorClassName:currentColor;--styledColorInvalid:currentColor}.wp-block-code.is-style-solarized-dark .a8c\/code__btn-copy,.wp-block-code.is-style-solarized-light .a8c\/code__btn-copy{background-color:var(--colorText);color:var(--colorBackground)}.wp-block-code.is-style-solarized-dark .a8c\/code__btn-copy:hover,.wp-block-code.is-style-solarized-light .a8c\/code__btn-copy:hover{background-color:color-mix(in sRGB,var(--colorText) 85%,#000)}.wp-block-code.is-style-solarized-dark .a8c\/code__btn-copy:focus,.wp-block-code.is-style-solarized-light .a8c\/code__btn-copy:focus{outline:2px solid var(--colorText)}.wp-block-code.has-background .a8c\/code__btn-copy{color:var(--colorBackground)}.wp-block-code.has-text-color .a8c\/code__btn-copy{background-color:var(--colorText)}.wp-block-code.has-text-color .a8c\/code__btn-copy:hover{background-color:color-mix(in sRGB,var(--colorText) 85%,#000)}.wp-block-code.has-text-color .a8c\/code__btn-copy:focus{outline:2px solid var(--colorText)}.wp-block-code .tok-keyword{color:var(--colorKeyword)}.wp-block-code .tok-atom,.wp-block-code .tok-bool,.wp-block-code .tok-contentSeparator,.wp-block-code .tok-labelName,.wp-block-code .tok-url{color:var(--colorBoolean)}.wp-block-code .tok-inserted,.wp-block-code .tok-literal{color:var(--colorLiteral)}.wp-block-code .tok-deleted,.wp-block-code .tok-string{color:var(--colorString)}.wp-block-code .tok-string2{color:var(--colorSpecialString)}.wp-block-code .tok-propertyName.tok-definition,.wp-block-code .tok-variableName.tok-definition,.wp-block-code .tok-variableName.tok-local{color:var(--colorVariableDefinition)}.wp-block-code .tok-namespace,.wp-block-code .tok-typeName{color:var(--colorTypeName)}.wp-block-code .tok-className{color:var(--colorClassName)}.wp-block-code .tok-macroName,.wp-block-code .tok-variableName2{color:var(--colorMacroName)}.wp-block-code .tok-comment{color:var(--colorComment)}.wp-block-code .tok-invalid{color:var(--colorInvalid)}.a8c\/code__header{align-self:stretch;font-size:.8em;justify-content:flex-end;min-height:40px}.a8c\/code__header,.a8c\/code__header-right{align-items:center;display:flex;gap:16px}.a8c\/code__filename{flex:1 0 0%;font-weight:700;line-height:1.3;overflow-wrap:break-word}
/*!/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/search-blocks/results-list.css*/
@keyframes jetpack-search-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.wp-block-jetpack-search-results-list .jetpack-search-skeleton{animation:jetpack-search-skeleton-shimmer 1.5s linear infinite;background:color-mix(in sRGB,currentColor 8%,#0000) linear-gradient(90deg,#0000,color-mix(in sRGB,currentColor 6%,#0000) 50%,#0000) repeat;background-size:200% 100%;border-radius:4px;display:block}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-search-results-list .jetpack-search-skeleton{animation:none}}.wp-block-jetpack-search-results-list .jetpack-search-skeleton--title{height:1.5rem;width:65%}.wp-block-jetpack-search-results-list .jetpack-search-skeleton--path{height:.8125rem;margin-top:.5rem;width:40%}.wp-block-jetpack-search-results-list .jetpack-search-skeleton--meta{height:.9rem;margin-top:1rem;width:25%}.wp-block-jetpack-search-results-list .jetpack-search-skeleton--image{aspect-ratio:16/10;flex:0 0 auto;max-width:30%;width:200px}.wp-block-jetpack-search-results-list .jetpack-search-results__item--skeleton[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__list{list-style:none;margin:0;padding:0}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error,.jetpack-search-results__no-results){align-items:center;display:flex;flex-direction:column;gap:.25rem;justify-content:center;margin:0;min-height:12rem;opacity:.6;padding:2rem 1rem;text-align:center}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error[hidden],.jetpack-search-results__no-results[hidden]){display:none}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error,.jetpack-search-results__no-results) p{font-size:.875rem;line-height:1.5;margin:0;max-width:36ch}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error,.jetpack-search-results__no-results) p[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__item{align-items:flex-start;display:flex;gap:1.5rem;padding:1.5rem 0}.wp-block-jetpack-search-results-list .jetpack-search-results__copy{flex:1 1 auto;min-width:0}.wp-block-jetpack-search-results-list .jetpack-search-results__title{font-size:1.5rem;font-weight:700;line-height:1.25;margin:0 0 .25rem}.wp-block-jetpack-search-results-list .jetpack-search-results__title-link{color:inherit;text-decoration:none}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__title-link:focus-visible,.jetpack-search-results__title-link:hover){text-decoration:underline}.wp-block-jetpack-search-results-list .jetpack-search-results__title-link span[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__highlight{background:color-mix(in sRGB,currentColor 18%,#0000);background:var(--jetpack-search-highlight-background,color-mix(in sRGB,currentColor 18%,#0000));font-weight:700}.wp-block-jetpack-search-results-list .jetpack-search-results__path{color:inherit;font-size:.8125rem;line-height:1.4;margin-top:.25rem;opacity:.6}.wp-block-jetpack-search-results-list .jetpack-search-results__path[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__content{color:inherit;display:-webkit-box;font-size:1rem;line-height:1.55;margin-top:.4rem;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.wp-block-jetpack-search-results-list .jetpack-search-results__content[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__meta{align-items:baseline;color:inherit;display:flex;flex-wrap:wrap;font-size:.9rem;gap:.5rem;margin-top:1rem;opacity:.6}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__author,.jetpack-search-results__date){color:inherit}.wp-block-jetpack-search-results-list .jetpack-search-results__meta-separator[hidden],.wp-block-jetpack-search-results-list :is(.jetpack-search-results__author[hidden],.jetpack-search-results__date[hidden]){display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__image-link{aspect-ratio:16/10;background-color:color-mix(in sRGB,currentColor 8%,#0000);border-radius:4px;display:block;flex:0 0 auto;max-width:30%;overflow:hidden;width:200px}.wp-block-jetpack-search-results-list .jetpack-search-results__image-link[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__image{aspect-ratio:16/10;display:block;height:100%;object-fit:cover;width:100%}.jetpack-search-results--compact .jetpack-search-results__list{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin:0;padding:0}.jetpack-search-results--compact .jetpack-search-results__item{border-color:currentcolor color-mix(in sRGB,currentColor 15%,#0000) color-mix(in sRGB,currentColor 15%,#0000);border-top:1px solid color-mix(in srgb,currentcolor 15%,#0000);padding:.5rem 0}.jetpack-search-results--compact .jetpack-search-results__item:first-child{border-top:none}.jetpack-search-results--compact .jetpack-search-results__copy{align-items:baseline;display:flex;flex-wrap:wrap;gap:.25rem .75rem}.jetpack-search-results--compact .jetpack-search-results__title{font-size:1rem;font-weight:500;margin:0}.jetpack-search-results--compact .jetpack-search-results__meta{font-size:.875em;gap:.75rem;margin-top:0;opacity:.75}.jetpack-search-results--product .jetpack-search-results__list{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;margin:0;padding:0}@media(min-width:600px){.jetpack-search-results--product .jetpack-search-results__list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:960px){.jetpack-search-results--product .jetpack-search-results__list{grid-template-columns:repeat(4,minmax(0,1fr))}}.jetpack-search-results--product .jetpack-search-results__item{align-items:stretch;display:flex;flex-direction:column;gap:.5rem;padding:0}.jetpack-search-results--product .jetpack-search-results__product-image-link{aspect-ratio:1/1;background-color:color-mix(in sRGB,currentColor 8%,#0000);border-radius:4px;display:block;overflow:hidden;text-decoration:none}.jetpack-search-results--product :is(.jetpack-search-results__product-image,.jetpack-search-results__product-image-placeholder){background-position:50%;background-repeat:no-repeat;background-size:cover;block-size:100%;display:block;inline-size:100%}.jetpack-search-results--product :is(.jetpack-search-results__product-image-placeholder[hidden],.jetpack-search-results__product-image[hidden]){display:none}.jetpack-search-results--product .jetpack-search-results__product-image-placeholder{background-color:currentColor;mask-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><rect x=%273%27 y=%273%27 width=%2718%27 height=%2718%27 rx=%272%27/><circle cx=%278.5%27 cy=%278.5%27 r=%271.5%27/><path d=%27m21 15-5-5L5 21%27/></svg>");-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><rect x=%273%27 y=%273%27 width=%2718%27 height=%2718%27 rx=%272%27/><circle cx=%278.5%27 cy=%278.5%27 r=%271.5%27/><path d=%27m21 15-5-5L5 21%27/></svg>");mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:40%;-webkit-mask-size:40%;opacity:.3}.jetpack-search-results--product .jetpack-search-results__copy{display:flex;flex-direction:column;gap:.25rem}.jetpack-search-results--product .jetpack-search-skeleton--product-image{aspect-ratio:1/1;width:100%}.jetpack-search-results--product .jetpack-search-skeleton--title{height:1.4rem;width:95%}.jetpack-search-results--product .jetpack-search-skeleton--title-secondary{height:1.4rem;width:60%}.jetpack-search-results--product .jetpack-search-results__title{font-size:1.05rem;font-weight:600;line-height:1.3;margin:0}.jetpack-search-results--product .jetpack-search-results__price{display:flex;flex-wrap:wrap;font-size:1rem;gap:.5rem}.jetpack-search-results--product .jetpack-search-results__price[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-regular{opacity:.6;text-decoration:line-through}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-regular[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-sale{font-weight:700;text-decoration:none}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-sale[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-current{font-weight:600}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-current[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__rating{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.jetpack-search-results--product .jetpack-search-results__rating[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__rating-stars{block-size:1em;color:color-mix(in sRGB,currentColor 25%,#0000);display:inline-block;font-size:1em;inline-size:5em;line-height:1;position:relative}.jetpack-search-results--product .jetpack-search-results__rating-stars:before{content:"★★★★★";inset:0;letter-spacing:0;position:absolute}.jetpack-search-results--product .jetpack-search-results__rating-fill{color:#f7b500;color:var(--jetpack-search-rating-color,#f7b500);inset-block:0;inset-inline-start:0;overflow:hidden;position:absolute;white-space:nowrap}.jetpack-search-results--product .jetpack-search-results__rating-fill:before{content:"★★★★★"}.jetpack-search-results--product .jetpack-search-results__rating-count{opacity:.7}.jetpack-search-results--product .jetpack-search-results__match-hint{font-size:.8rem;opacity:.75}.jetpack-search-results--product .jetpack-search-results__match-hint[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__match-hint mark{background:none;color:inherit}.jetpack-search-results--product .jetpack-search-results__match-hint span[hidden]{display:none}
/* [inline: after] */@keyframes jetpack-search-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.wp-block-jetpack-search-results-list .jetpack-search-skeleton{animation:jetpack-search-skeleton-shimmer 1.5s linear infinite;background:color-mix(in sRGB,currentColor 8%,#0000) linear-gradient(90deg,#0000,color-mix(in sRGB,currentColor 6%,#0000) 50%,#0000) repeat;background-size:200% 100%;border-radius:4px;display:block}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-search-results-list .jetpack-search-skeleton{animation:none}}.wp-block-jetpack-search-results-list .jetpack-search-skeleton--title{height:1.5rem;width:65%}.wp-block-jetpack-search-results-list .jetpack-search-skeleton--path{height:.8125rem;margin-top:.5rem;width:40%}.wp-block-jetpack-search-results-list .jetpack-search-skeleton--meta{height:.9rem;margin-top:1rem;width:25%}.wp-block-jetpack-search-results-list .jetpack-search-skeleton--image{aspect-ratio:16/10;flex:0 0 auto;max-width:30%;width:200px}.wp-block-jetpack-search-results-list .jetpack-search-results__item--skeleton[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__list{list-style:none;margin:0;padding:0}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error,.jetpack-search-results__no-results){align-items:center;display:flex;flex-direction:column;gap:.25rem;justify-content:center;margin:0;min-height:12rem;opacity:.6;padding:2rem 1rem;text-align:center}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error[hidden],.jetpack-search-results__no-results[hidden]){display:none}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error,.jetpack-search-results__no-results) p{font-size:.875rem;line-height:1.5;margin:0;max-width:36ch}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error,.jetpack-search-results__no-results) p[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__item{align-items:flex-start;display:flex;gap:1.5rem;padding:1.5rem 0}.wp-block-jetpack-search-results-list .jetpack-search-results__copy{flex:1 1 auto;min-width:0}.wp-block-jetpack-search-results-list .jetpack-search-results__title{font-size:1.5rem;font-weight:700;line-height:1.25;margin:0 0 .25rem}.wp-block-jetpack-search-results-list .jetpack-search-results__title-link{color:inherit;text-decoration:none}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__title-link:focus-visible,.jetpack-search-results__title-link:hover){text-decoration:underline}.wp-block-jetpack-search-results-list .jetpack-search-results__title-link span[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__highlight{background:color-mix(in sRGB,currentColor 18%,#0000);background:var(--jetpack-search-highlight-background,color-mix(in sRGB,currentColor 18%,#0000));font-weight:700}.wp-block-jetpack-search-results-list .jetpack-search-results__path{color:inherit;font-size:.8125rem;line-height:1.4;margin-top:.25rem;opacity:.6}.wp-block-jetpack-search-results-list .jetpack-search-results__path[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__content{color:inherit;display:-webkit-box;font-size:1rem;line-height:1.55;margin-top:.4rem;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.wp-block-jetpack-search-results-list .jetpack-search-results__content[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__meta{align-items:baseline;color:inherit;display:flex;flex-wrap:wrap;font-size:.9rem;gap:.5rem;margin-top:1rem;opacity:.6}.wp-block-jetpack-search-results-list :is(.jetpack-search-results__author,.jetpack-search-results__date){color:inherit}.wp-block-jetpack-search-results-list .jetpack-search-results__meta-separator[hidden],.wp-block-jetpack-search-results-list :is(.jetpack-search-results__author[hidden],.jetpack-search-results__date[hidden]){display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__image-link{aspect-ratio:16/10;background-color:color-mix(in sRGB,currentColor 8%,#0000);border-radius:4px;display:block;flex:0 0 auto;max-width:30%;overflow:hidden;width:200px}.wp-block-jetpack-search-results-list .jetpack-search-results__image-link[hidden]{display:none}.wp-block-jetpack-search-results-list .jetpack-search-results__image{aspect-ratio:16/10;display:block;height:100%;object-fit:cover;width:100%}.jetpack-search-results--compact .jetpack-search-results__list{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin:0;padding:0}.jetpack-search-results--compact .jetpack-search-results__item{border-color:currentcolor color-mix(in sRGB,currentColor 15%,#0000) color-mix(in sRGB,currentColor 15%,#0000);border-top:1px solid color-mix(in srgb,currentcolor 15%,#0000);padding:.5rem 0}.jetpack-search-results--compact .jetpack-search-results__item:first-child{border-top:none}.jetpack-search-results--compact .jetpack-search-results__copy{align-items:baseline;display:flex;flex-wrap:wrap;gap:.25rem .75rem}.jetpack-search-results--compact .jetpack-search-results__title{font-size:1rem;font-weight:500;margin:0}.jetpack-search-results--compact .jetpack-search-results__meta{font-size:.875em;gap:.75rem;margin-top:0;opacity:.75}.jetpack-search-results--product .jetpack-search-results__list{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;margin:0;padding:0}@media(min-width:600px){.jetpack-search-results--product .jetpack-search-results__list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:960px){.jetpack-search-results--product .jetpack-search-results__list{grid-template-columns:repeat(4,minmax(0,1fr))}}.jetpack-search-results--product .jetpack-search-results__item{align-items:stretch;display:flex;flex-direction:column;gap:.5rem;padding:0}.jetpack-search-results--product .jetpack-search-results__product-image-link{aspect-ratio:1/1;background-color:color-mix(in sRGB,currentColor 8%,#0000);border-radius:4px;display:block;overflow:hidden;text-decoration:none}.jetpack-search-results--product :is(.jetpack-search-results__product-image,.jetpack-search-results__product-image-placeholder){background-position:50%;background-repeat:no-repeat;background-size:cover;block-size:100%;display:block;inline-size:100%}.jetpack-search-results--product :is(.jetpack-search-results__product-image-placeholder[hidden],.jetpack-search-results__product-image[hidden]){display:none}.jetpack-search-results--product .jetpack-search-results__product-image-placeholder{background-color:currentColor;mask-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><rect x=%273%27 y=%273%27 width=%2718%27 height=%2718%27 rx=%272%27/><circle cx=%278.5%27 cy=%278.5%27 r=%271.5%27/><path d=%27m21 15-5-5L5 21%27/></svg>");-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><rect x=%273%27 y=%273%27 width=%2718%27 height=%2718%27 rx=%272%27/><circle cx=%278.5%27 cy=%278.5%27 r=%271.5%27/><path d=%27m21 15-5-5L5 21%27/></svg>");mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:40%;-webkit-mask-size:40%;opacity:.3}.jetpack-search-results--product .jetpack-search-results__copy{display:flex;flex-direction:column;gap:.25rem}.jetpack-search-results--product .jetpack-search-skeleton--product-image{aspect-ratio:1/1;width:100%}.jetpack-search-results--product .jetpack-search-skeleton--title{height:1.4rem;width:95%}.jetpack-search-results--product .jetpack-search-skeleton--title-secondary{height:1.4rem;width:60%}.jetpack-search-results--product .jetpack-search-results__title{font-size:1.05rem;font-weight:600;line-height:1.3;margin:0}.jetpack-search-results--product .jetpack-search-results__price{display:flex;flex-wrap:wrap;font-size:1rem;gap:.5rem}.jetpack-search-results--product .jetpack-search-results__price[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-regular{opacity:.6;text-decoration:line-through}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-regular[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-sale{font-weight:700;text-decoration:none}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-sale[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-current{font-weight:600}.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-current[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__rating{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.jetpack-search-results--product .jetpack-search-results__rating[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__rating-stars{block-size:1em;color:color-mix(in sRGB,currentColor 25%,#0000);display:inline-block;font-size:1em;inline-size:5em;line-height:1;position:relative}.jetpack-search-results--product .jetpack-search-results__rating-stars:before{content:"★★★★★";inset:0;letter-spacing:0;position:absolute}.jetpack-search-results--product .jetpack-search-results__rating-fill{color:#f7b500;color:var(--jetpack-search-rating-color,#f7b500);inset-block:0;inset-inline-start:0;overflow:hidden;position:absolute;white-space:nowrap}.jetpack-search-results--product .jetpack-search-results__rating-fill:before{content:"★★★★★"}.jetpack-search-results--product .jetpack-search-results__rating-count{opacity:.7}.jetpack-search-results--product .jetpack-search-results__match-hint{font-size:.8rem;opacity:.75}.jetpack-search-results--product .jetpack-search-results__match-hint[hidden]{display:none}.jetpack-search-results--product .jetpack-search-results__match-hint mark{background:none;color:inherit}.jetpack-search-results--product .jetpack-search-results__match-hint span[hidden]{display:none}
/* [/inline: after] */
/*!/wp-content/uploads/elementor/css/post-2457.css*/
.elementor-2457 .elementor-element.elementor-element-4ec1160{padding:25px 0px 25px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2457 .elementor-element.elementor-element-c011f31{text-align:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2457 .elementor-element.elementor-element-72c3672{font-family:"Roboto", Sans-serif;font-size:19px;font-weight:400;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2457 .elementor-element.elementor-element-3bc4a57 img{border-radius:11px 11px 11px 11px;}.elementor-2457 .elementor-element.elementor-element-d2af4b7{padding:20px 0px 20px 0px;}.elementor-2457 .elementor-element.elementor-element-b52851a{text-align:center;}.elementor-2457 .elementor-element.elementor-element-fcd4c1a{padding:25px 0px 20px 0px;}.elementor-2457 .elementor-element.elementor-element-03aeecf{text-align:center;}.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon{color:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-toggle-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-accent );}.elementor-widget-toggle .elementor-toggle-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-toggle .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2457 .elementor-element.elementor-element-29aed6d .elementor-tab-title{border-width:1px;border-color:var( --e-global-color-primary );}.elementor-2457 .elementor-element.elementor-element-29aed6d .elementor-tab-content{border-width:1px;border-block-end-color:var( --e-global-color-primary );}.elementor-2457 .elementor-element.elementor-element-29aed6d .elementor-tab-title.elementor-active a, .elementor-2457 .elementor-element.elementor-element-29aed6d .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-secondary );}.elementor-2457 .elementor-element.elementor-element-c2986cd .elementor-tab-title.elementor-active a, .elementor-2457 .elementor-element.elementor-element-c2986cd .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-secondary );}.elementor-2457 .elementor-element.elementor-element-5c171ae .elementor-tab-title.elementor-active a, .elementor-2457 .elementor-element.elementor-element-5c171ae .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-secondary );}.elementor-2457 .elementor-element.elementor-element-cb8faa4 .elementor-tab-title.elementor-active a, .elementor-2457 .elementor-element.elementor-element-cb8faa4 .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-secondary );}.elementor-2457 .elementor-element.elementor-element-3ed2289 .elementor-tab-title.elementor-active a, .elementor-2457 .elementor-element.elementor-element-3ed2289 .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-secondary );}.elementor-2457 .elementor-element.elementor-element-702d036 .elementor-tab-title.elementor-active a, .elementor-2457 .elementor-element.elementor-element-702d036 .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-secondary );}.elementor-2457 .elementor-element.elementor-element-fde772c .elementor-tab-title.elementor-active a, .elementor-2457 .elementor-element.elementor-element-fde772c .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-secondary );}.elementor-2457 .elementor-element.elementor-element-a2c822b .elementor-tab-title.elementor-active a, .elementor-2457 .elementor-element.elementor-element-a2c822b .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-secondary );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2457 .elementor-element.elementor-element-6d3150a .elementor-button{background-color:var( --e-global-color-primary );fill:var( --e-global-color-secondary );color:var( --e-global-color-secondary );border-radius:7px 7px 7px 7px;}.elementor-2457 .elementor-element.elementor-element-6d3150a .elementor-button:hover, .elementor-2457 .elementor-element.elementor-element-6d3150a .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-accent );}.elementor-2457 .elementor-element.elementor-element-6d3150a .elementor-button:hover svg, .elementor-2457 .elementor-element.elementor-element-6d3150a .elementor-button:focus svg{fill:var( --e-global-color-accent );}:root{--page-title-display:none;}