.feed{width:100%;border:none;box-shadow:none;padding:0px;display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:16px}@media only screen and (max-width: 1000px){.feed{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media only screen and (max-width: 780px){.feed{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media only screen and (max-width: 560px){.feed{grid-template-columns:minmax(0, 1fr)}}.feed-preview{margin:8px}.feed-root-head{font-size:20px;font-weight:600;margin-bottom:16px}.feed-root-title{font-size:16px;line-height:22px}.feed-link{color:#FF7C33;font-size:14px;font-weight:500;letter-spacing:0.1px}.feed-link:hover{color:#FF7C33}.feed-item{border:1px solid #dddddd;box-shadow:none;border-radius:4px;padding:16px;max-width:none;margin:0;float:none;box-sizing:border-box}.feed-item-title{min-height:56px;font-weight:600;font-size:18px;line-height:26px;display:block}.feed-item-title a{font-size:18px !important}.feed-item-title:hover{font-weight:normal;color:#dddddd}.feed-item-feature{width:100%;margin-top:15px}.summary-img{width:100%}.feed-item-summary{font-size:15px;line-height:23px;color:#424242}.feed-item-published{margin-top:16px;color:#999;font-size:13px}.toolbar-root{justify-content:space-between;bottom:0;left:250px;width:100%;display:flex;position:fixed;box-shadow:0 0 5px rgba(0,0,0,0.25),inset 0 1px 1px #ddd;padding-right:33px;min-height:64px;background:white}@media (max-width: 768px){.toolbar-root{left:0}}.toolbar-buttons{width:100%;display:flex;max-width:670px;align-items:center;margin-left:auto;margin-right:auto}
