.featured-hackathon{display:flex;flex-wrap:wrap;box-sizing:content-box;background-color:#fff;border-radius:4px;box-shadow:0 4px 3px -3px #888;border-top:4px solid var(--base-indigo-color)}.featured-hackathon>.featured-hackathon-info{display:flex;flex-direction:column;padding:15px;flex:1}.featured-hackathon>.featured-hackathon-info .featured-hackathon-title{max-width:max-content;margin-bottom:30px}.featured-hackathon-more-button-container{width:max-content;height:max-content;display:grid;grid-template-areas:"stack";grid-template-rows:100%;grid-template-columns:100%;box-sizing:border-box}.featured-hackathon-more-button-container>.featured-hackathon-more-button{display:block;background-color:#f39;border-radius:10px;opacity:1;place-self:center;min-height:40px;margin:0;padding:10px 40px;box-sizing:border-box;font-size:14px;font-weight:700;color:#fff;text-align:center;text-decoration:none;transition:color .2s ease 0s,background .2s ease 0s,opacity .2s ease 0s}.featured-hackathon-more-button-container>.featured-hackathon-more-button:hover{background-color:rgba(255,51,153,.8);color:#000}.featured-hackathon-image{height:100%}.featured-hackathon-image>.featured-hackathon-link{display:flex;flex-direction:column;max-height:100%;max-width:max-content}.featured-hackathon-image>.featured-hackathon-link>.wp-post-image{object-fit:cover;height:100%}.featured-hackathon-image>.featured-hackathon-link:hover>.wp-post-image{opacity:.75}@media all and (max-width:1200px){.featured-hackathon{flex-direction:column;height:auto}.featured-hackathon>.featured-hackathon-info{order:2;align-items:center}.featured-hackathon-image>.featured-hackathon-link{margin:0 auto}.featured-hackathon>.featured-hackathon-image{order:1}}