.recommend-post-wrapper{max-width:1300px;margin:0 auto;background-color:#fff;padding:2rem 2rem 5rem;box-sizing:border-box;border-top:8px solid #ededed}.recommend-post-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.explorer-wrapper{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.explorer-posts{width:100%;height:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,auto));column-gap:40px;row-gap:70px;grid-auto-flow:dense}.explorer-posts li{height:100%}.explorer-posts .item{display:flex;flex-direction:column;gap:1em;overflow:hidden;height:100%;word-break:auto-phrase}.explorer-posts .item .item-info-wrapper{display:flex;flex-direction:column;gap:1em;height:100%;flex:1}.explorer-posts .item .published-at{font-size:.8rem;color:gray}.explorer-posts .item .thumbnail{width:100%;height:160px;object-fit:cover;object-position:center;box-shadow:1px 1px 10px #0000001a;border-radius:10px;margin:0}.explorer-posts .item .thumbnail.default-image{opacity:.5;width:100%}.explorer-posts .item .title{font-size:20px;line-height:150%;font-weight:700}.explorer-posts .item .summary{font-size:1rem;line-height:150%;color:gray;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;flex:1}.explorer-posts a{display:flex;flex-direction:column;gap:1em;cursor:pointer;text-decoration:none;color:#000}.explorer-posts a:hover{color:orange!important}.explorer-posts .view-more{justify-self:flex-end;align-self:flex-end;border:none;background-color:transparent;color:#fff;background-color:orange;cursor:pointer;font-size:1.1rem;padding:.3rem 3rem;margin:0 auto;border-radius:20px}.explorer-posts .view-more.view-more:hover{text-decoration:underline;color:#fff!important}.form-ask{display:flex;flex-direction:column;align-items:center;justify-self:center}.ask-post-wrapper{max-width:1300px;margin:0 auto;background-color:#fff;padding:4rem 2rem;box-sizing:border-box;border-top:8px solid #ededed;border-bottom:8px solid #ededed;display:flex;flex-direction:column;justify-content:center;align-items:center}.host-text{color:#ad0000}.ask-post-title{font-size:30px;font-weight:700;margin-bottom:.8rem;color:#ad0000;word-break:keep-all;text-align:center}.ask-post-subtitle{font-size:18px;font-weight:400;color:"#333333";line-height:24px;text-align:center;margin-bottom:2rem}.ask-input{max-width:300px;width:100%;height:100px;padding:1rem 2rem;border:1px solid #c1c1c1;border-radius:20px;font-size:1rem;margin:0 1rem;box-sizing:border-box;resize:none}.submit-button{margin-top:2rem;width:100%;max-width:200px;height:100%;padding:1rem;border:1px solid #c1c1c1;border-radius:20px;font-size:1rem;background-color:#ad0000;color:#fff;cursor:pointer}
