@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');

body[data-link-mode="button"] .featureAction a {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    font-weight: 700;
    border-radius: 0px;
    background: #3d50e0;
    color: #fff!important
}

.darker-grotesque-<uniquifier> {
  font-family: "Darker Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
  font-family: "Darker Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}
.category {
    display: inline-block;
    background: #8482f5;
    padding: 4px 6px 6px;
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    border-radius: 0px;
    margin-right: 5px;
    overflow: hidden;
    text-transform: capitalize;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
    vertical-align: middle;
    white-space: nowrap
}
.featureDate {
    font-size: 14px;
    font-weight:800;
    color: #8da2b5;
    margin-bottom: 8px;
    margin-top:8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    flex-wrap: nowrap;
    text-transform: capitalize;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    white-space: nowrap
}