.resources__header{text-align:left;margin-bottom:clamp(2rem,4vw,2.6rem)}.resources__title{margin:0;font-size:var(--heading-size-mobile, 24px);line-height:1.2;color:var(--heading-color, #111827);font-weight:600}.resources__subtitle{margin:.75rem 0 0;font-size:var(--subheading-size-mobile, 16px);color:var(--subheading-color, #6b7280);line-height:1.6;font-weight:400}.resources__list{list-style:none;padding:0;margin:0;display:grid;gap:4rem;grid-template-columns:repeat(3,minmax(0,1fr))}.resources__item{height:100%;display:flex}.resources-card{width:100%;padding:36px 26px 16px;border-radius:16px;border:1px solid #E5E5E5;box-shadow:none;background-color:#fff;display:flex;flex-direction:column;gap:32px;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.resources-card:hover{box-shadow:0 4px 12px #0000001a;transform:scale(1.02);border-color:#8c0000}.resources-card__header{display:flex;align-items:flex-start;gap:1.8rem}.resources-card__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#dc2626;position:relative;overflow:visible;border-radius:8px;background:var(--Primary-Red-50, #FFE6E6);padding:4px}.resources-card__icon svg{width:32x;height:32px;stroke-width:2}.resources-card__icon img{width:100%;height:100%;object-fit:contain}.resources-card__title-wrapper{flex:1;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;height:100%}.resources-card__title{margin:0;font-size:16px;color:var(--card-heading-color, #1f2937);font-weight:600;line-height:1.3}.resources-card__tag{display:inline-flex;align-items:center;padding:4px 8px;border-radius:16px;background-color:var(--tag-bg, #F5F5F5);color:var(--tag-color, #1f2937);font-size:12px;font-weight:500;white-space:nowrap}.resources-card__description{margin:0 0 37px;font-size:var(--card-text-size, 14px);color:var(--card-text-color, #6b7280);line-height:1.6;flex:1}.resources-card__actions{display:flex;gap:16px;margin-top:.5rem;width:100%}.resources-card__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer;border:1px solid transparent;min-height:36px;white-space:nowrap;font-family:inherit;line-height:1.5;flex:1;width:100%}.resources-card__button svg{width:16px;height:16px;flex-shrink:0}.resources-card__button-icon--mobile{display:none}.resources-card__button-icon--desktop{display:block}.resources-card__button--view{background-color:transparent;border-color:#e5e5e5;color:#000}.resources-card__button--view:hover{background-color:transparent;border-color:#8c0000;color:#8c0000}.resources-card__button--view svg{color:inherit}.resources-card__button--view:hover svg{color:inherit}.resources-card__button--download{background-color:#262626;color:#fff;border-color:#e5e5e5}.resources-card__button--download:hover{background-color:#8c0000;border-color:#8c0000}.resources__support{margin-top:clamp(2rem,4vw,3rem);text-align:center;display:flex;flex-direction:row;align-items:center;gap:.5rem;justify-content:center}.resources__support-text{margin:0;font-size:var(--subheading-size-mobile, 16px);color:var(--subheading-color, #6b7280);line-height:1.6}.resources__support-text--main{order:1}.resources__support-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.25rem;order:2;font-weight:700}.resources__support-separator{color:var(--subheading-color, #6b7280)}.resources__support-link{color:var(--heading-color, #111827);text-decoration:underline;font-weight:500;transition:color .2s ease}.resources__support-link:hover{color:#dc2626}@media screen and (max-width:989px){.resources__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.resources__list{grid-template-columns:1fr;gap:8px}.resources-card{padding:36px 28px;gap:8px}.resources-card__header{align-items:center;gap:12px;position:relative;padding-right:90px}.resources-card__title-wrapper{flex:1;justify-content:flex-start}.resources-card__title{font-size:var(--card-heading-size-mobile, 18px)}.resources-card__tag,.resources-card__description{display:none}.resources-card__actions{position:absolute;right:10px;top:50%;transform:translateY(-50%);margin-top:0;width:auto;gap:0;display:flex;align-items:center}.resources-card__button{padding:8px;min-height:auto;min-width:auto;width:40px;height:40px;border-radius:0;border:none;background:transparent;display:flex;align-items:center;justify-content:center}.resources-card__button span,.resources-card__button-icon--desktop{display:none}.resources-card__button-icon--mobile{display:block;width:24px;height:24px}.resources-card__button svg{width:24px;height:24px}.resources-card__button--view{color:#000}.resources-card__button--view:hover{color:#8c0000}.resources-card__button--download{background:transparent;border:none;color:#000;position:relative}.resources-card__button--download:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:24px;background-color:#000}.resources-card__button--download:hover{background:transparent;color:#8c0000}.resources__title{font-size:var(--heading-size-mobile, 24px)}.resources__subtitle{font-size:var(--subheading-size-mobile, 16px)}.resources__support-text{font-size:14px}.resources__header{text-align:center}.resources__support{flex-direction:column-reverse;gap:0rem}.resources__support-text--main{order:2}.resources__support-links{order:1}}@media screen and (min-width:750px){.resources__title{font-size:var(--heading-size-desktop, 40px)}.resources__subtitle,.resources__support-text{font-size:var(--subheading-size-desktop, 18px)}}.resources-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.resources-modal--open{opacity:1;visibility:visible;pointer-events:auto}.resources-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000bf;cursor:pointer;z-index:0}.resources-modal__container{position:relative;z-index:1;width:90%;max-width:1200px;height:90vh;background-color:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;overflow:hidden;transform:scale(.95);transition:transform .3s ease}.resources-modal--open .resources-modal__container{transform:scale(1)}.resources-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.resources-modal__title{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.resources-modal__close{background:none;border:none;padding:.5rem;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s ease,color .2s ease;flex-shrink:0}.resources-modal__close:hover{background-color:#f3f4f6;color:#1f2937}.resources-modal__close svg{width:24px;height:24px}.resources-modal__content{flex:1;overflow:hidden;display:flex;min-height:0}.resources-modal__iframe{width:100%;height:100%;border:none;flex:1}@media screen and (max-width:749px){.resources-modal__container{width:95%;height:95vh;border-radius:8px}.resources-modal__header{padding:1rem}.resources-modal__title{font-size:1.125rem}.resources-modal__close{padding:.375rem}.resources-modal__close svg{width:20px;height:20px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-resources.css.map */
