@keyframes rotate{0%{transform:rotate(0deg) scale(.8)}20%{transform:rotate(45deg) scale(.8)}25%{transform:rotate(40deg) scale(.8)}30%{transform:rotate(50deg) scale(.8)}50%{transform:rotate(180deg) scale(.8)}60%{transform:rotate(220deg) scale(.8)}70%{transform:rotate(200deg) scale(.8)}75%{transform:rotate(150deg) scale(.8)}80%{transform:rotate(200deg) scale(.8)}to{transform:rotate(1turn) scale(.8)}}@keyframes rotateCenter{0%{transform:translate(-50%,-50%) rotate(0deg) scale(.8)}20%{transform:translate(-50%,-50%) rotate(45deg) scale(.8)}25%{transform:translate(-50%,-50%) rotate(40deg) scale(.8)}30%{transform:translate(-50%,-50%) rotate(50deg) scale(.8)}50%{transform:translate(-50%,-50%) rotate(180deg) scale(.8)}60%{transform:translate(-50%,-50%) rotate(220deg) scale(.8)}70%{transform:translate(-50%,-50%) rotate(200deg) scale(.8)}75%{transform:translate(-50%,-50%) rotate(150deg) scale(.8)}80%{transform:translate(-50%,-50%) rotate(200deg) scale(.8)}to{transform:translate(-50%,-50%) rotate(1turn) scale(.8)}}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.item-card{display:grid;grid-template-areas:"header" "buttons" "image" "footer" "content";grid-template-columns:1fr;grid-template-rows:auto auto auto auto;position:relative}@media (min-width:768px){.item-card{grid-template-areas:"header" "buttons" "image" "content" "footer"}}.item-card a{box-shadow:inset 0 0 #fff,inset 0 -3px #3fff00;display:inline;position:relative;transition:all .2s ease-in-out}.item-card a:hover{box-shadow:inset 0 0 #fff,inset 0 -100px rgba(63,255,0,.5);color:#121416;transition:all .2s ease-in-out}.item-card li>a{box-shadow:none}.item-card li>a:hover{box-shadow:none;color:initial;transition:none}.item-card header{border-top:1px solid #e0e0e0;box-sizing:border-box;grid-area:header;margin-top:1.25rem;padding-top:1.25rem}.item-card header h3,.item-card header h4,.item-card header h5,.item-card header h6{font-size:1.25rem;font-weight:700;margin:0}.item-card header p{font-size:.875rem;font-weight:400;line-height:1.5rem;margin:0}.item-card .actions{grid-area:buttons;position:relative;width:100%}.item-card .actions input{display:none}.item-card .actions .share-popup{left:0;right:auto}.item-card .actions .buttons{align-items:start;display:grid;gap:.625rem;grid-template-columns:2.875rem 1fr;justify-content:start;justify-items:end;margin:1.25rem 0}.item-card .actions .buttons button,.item-card .actions .buttons label{background:transparent;border:none;cursor:pointer;outline:none;text-align:center;width:2.875rem}.item-card .actions .buttons label{align-items:center;display:grid;gap:.625rem;grid-template-columns:1fr;justify-items:center}.item-card .actions .buttons label:before{background-color:#fff;background-image:url(/img/icons/share.svg);background-position:50%;background-repeat:no-repeat;background-size:50%;border:1px solid #e0e0e0;border-radius:50%;content:"";display:block;height:2.875rem;width:2.875rem}.item-card .actions .buttons label span{display:inline-block;font-size:.75rem;font-weight:700;font-weight:400;margin-top:.3125rem}.item-card .actions .buttons button{align-content:center;align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:2.5rem;box-sizing:border-box;display:flex;flex-direction:row;gap:.3125rem;justify-content:flex-start;padding:0 1.25rem 0 0;width:-moz-fit-content;width:fit-content}.item-card .actions .buttons button:before{background-image:url(/img/icons/bookmark.svg);background-position:100%;background-repeat:no-repeat;background-size:50%;content:"";display:inline-block;height:2.875rem;width:2.875rem}.item-card picture{display:block;grid-area:image;-o-object-fit:cover;object-fit:cover}.item-card picture img{height:auto;max-width:100%;width:100%}.item-card .item-card-content,.item-card .item-card-content p,.item-card .item-card-font{font-size:1.125rem;font-weight:200;line-height:1.6875rem}.item-card .item-card-content{grid-area:content;margin:1.25rem 0}.item-card .wp-caption{width:100%!important}.item-card .wp-caption img{height:auto!important;width:100%!important}.item-card .affiliate-link-holder{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;grid-area:footer;justify-content:center;margin:1.25rem 0;padding:1.25rem 0;width:100%}@media (min-width:768px){.item-card .affiliate-link-holder{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;margin:1.25rem 0;padding:1.25rem 0}}.item-card .affiliate-link-holder .template-button{border:none;display:block;font-weight:700;max-width:29.625rem;transform:scale(1);transition:all .3s ease-in-out;width:calc(100% - 2.5rem)}.item-card .affiliate-link-holder .template-button:hover{background-color:#8cff66;transform:scale(1.05)}.item-card .affiliate-link-holder .template-button:active{background-color:#65ff33;transform:scale(1)}@media (prefers-reduced-motion:reduce){.item-card .affiliate-link-holder .template-button:active,.item-card .affiliate-link-holder .template-button:hover{transform:scale(1)}}
