.search-card{--search-card-background:#fff;--search-card-heading:#36815f;--search-card-text:#2a5f47;--search-card-icon:#2a5f47;--search-card-padding:1.5rem;--search-card-gap:1rem;--search-card-radius:var(--radius);align-items:flex-start;background-color:#fff;background-color:var(--search-card-background);border-radius:var(--radius);border-radius:var(--search-card-radius);color:#2a5f47;color:var(--search-card-text);display:flex;flex-flow:column nowrap;height:100%;justify-content:flex-start;overflow:hidden;-webkit-text-decoration:none;text-decoration:none;width:100%}@media only screen and (min-width:50rem){.search-card{--search-card-padding:2rem;--search-card-gap:1.5rem}}.search-card__body{flex:1 1 auto;flex-flow:column nowrap;padding:var(--search-card-padding);position:relative}.search-card__body,.search-card__body-top{align-items:flex-start;display:flex;height:auto;justify-content:flex-start;width:100%}.search-card__body-top{flex-flow:row nowrap;margin-bottom:auto}.search-card__body-arrow{color:var(--search-card-icon);flex:0 0 auto;font-family:General Sans,Helvetica,Arial,Verdana,sans-serif;font-size:1.625rem;font-stretch:normal;font-style:normal;font-weight:600;height:1em;letter-spacing:-.52px;line-height:1.95rem;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none;transform:translate(.125em,5%);transition:transform .15s ease-in-out;width:1em}@media only screen and (min-width:64rem){.search-card__body-arrow{font-family:General Sans,Helvetica,Arial,Verdana,sans-serif;font-size:1.625rem;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.52px;line-height:1.95rem;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none}}.search-card:hover .search-card__body-arrow{transform:translate(.25em,5%)}.search-card__body-title{color:var(--search-card-heading);flex:1 1 auto;font-family:General Sans,Helvetica,Arial,Verdana,sans-serif;font-size:1.4375rem;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.46px;line-height:1.58125rem;padding-right:.25em;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none}@media only screen and (min-width:64rem){.search-card__body-title{font-family:General Sans,Helvetica,Arial,Verdana,sans-serif;font-size:1.4375rem;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.46px;line-height:1.58125rem;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none}}.search-card:hover .search-card__body-title{-webkit-text-decoration:underline;text-decoration:underline}.search-card__body-post-type{margin-top:1.5em}