.block--expandable-card .expandable-card{background:var(--wp--preset--color--white);border-radius:16px;box-shadow:0 0 20px 0 rgba(0,0,0,.13);border:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 24px 20px;height:100%}.block--expandable-card .expandable-card__top{display:flex;flex-direction:column;align-items:center;gap:20px;flex:1}.block--expandable-card .expandable-card__title{font-family:var(--wp--preset--font-family--heading-wide);font-size:1.25rem;font-weight:700;color:var(--wp--preset--color--primary);line-height:1.25;margin:0}.block--expandable-card .expandable-card__image img{display:block;max-width:100%}.block--expandable-card .expandable-card__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;width:100%}.block--expandable-card .expandable-card__body-inner{overflow:hidden;min-height:0;padding-top:20px;text-align:left;font-family:var(--wp--preset--font-family--body);font-size:.9375rem;color:var(--wp--preset--color--primary);line-height:1.65}.block--expandable-card .expandable-card__body-inner p:last-child{margin-bottom:0}.block--expandable-card .expandable-card__toggle{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;margin-top:20px;cursor:pointer;font-family:var(--wp--preset--font-family--body);font-size:1rem;font-weight:700;color:var(--wp--preset--color--primary);text-decoration:underline;text-underline-offset:3px}.block--expandable-card .expandable-card__toggle:hover{text-decoration:none}.block--expandable-card .expandable-card__toggle-icon{display:flex;align-items:center}.block--expandable-card .expandable-card__toggle-icon svg{display:block}.block--expandable-card .expandable-card__icon-up,.block--expandable-card .expandable-card__toggle-less{display:none}.block--expandable-card .expandable-card__icon-down{display:flex}.block--expandable-card .expandable-card.is-open .expandable-card__icon-down,.block--expandable-card .expandable-card.is-open .expandable-card__toggle-more{display:none}.block--expandable-card .expandable-card.is-open .expandable-card__toggle-less{display:inline}.block--expandable-card .expandable-card.is-open .expandable-card__icon-down{display:none}.block--expandable-card .expandable-card.is-open .expandable-card__icon-up{display:flex}.block--expandable-card .expandable-card.is-open .expandable-card__body{grid-template-rows:1fr}.editor-styles-wrapper .block--expandable-card .expandable-card__body{display:block}.editor-styles-wrapper .block--expandable-card .expandable-card__body[hidden]{display:block;opacity:.4}
