.spd-card{background:var(--color-block-background);border-radius:var(--border-radius);cursor:pointer;padding:30px;transition:background .25s ease-in-out;display:block;position:relative}.spd-card:after{content:" ";z-index:1;background:var(--color-block-background-hover);border-radius:var(--border-radius);opacity:0;transition:opacity .25s ease-in-out;display:inline-block;position:absolute;inset:0}.spd-card>*{z-index:2;position:relative}.spd-card+.spd-card{margin-top:10px}.spd-card__head{align-items:center;display:flex}.spd-card__status{align-items:center;padding-right:20px;display:flex}.spd-card__status-icon{border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;margin-right:15px;font-size:0;display:inline-flex}.spd-card__status-icon span{font-variation-settings:"wght" 700;font-size:10px;line-height:1}@supports not (font-variation-settings:normal){.spd-card__status-icon span{font-weight:700}}.spd-card__status-icon .svg-icon{font-size:10px}.spd-card__status-text{font-size:14px;line-height:1}.spd-card__date{color:var(--color-font-60);margin-left:auto;font-size:12px;line-height:1}.spd-card__date._mobile{display:none}.spd-card__text{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:16px;font-size:14px;line-height:1.1;display:-webkit-box;overflow:hidden}.spd-card._alt{margin-top:0;padding:40px}.spd-card._alt .spd-card__text{margin-top:28px}.spd-card._alt .spd-card__date{margin-top:16px;display:none}.spd-card._alt .spd-card__date._mobile{display:block}.spd-card._closed .spd-card__status-icon{background:var(--color-background)}.spd-card._closed .spd-card__status-text{color:var(--color-font-80)}.spd-card._closed:hover{background:var(--color-block-background-hover)}.spd-card._new{background:linear-gradient(0deg,rgba(var(--color-font-rgb),.03),rgba(var(--color-font-rgb),.03)),radial-gradient(24.03% 84.55% at 0% 50%,#1f9c5666 0%,#72893100 100%)}.spd-card._new .spd-card__status-icon{background:radial-gradient(152.54% 100% at 50% 0,#1f9c56 0%,#728931 100%)}.spd-card._new .spd-card__status-text{color:rgba(var(--color-green),1)}.spd-card._new:hover:after{opacity:1}.spd-card._pending{background:linear-gradient(0deg,rgba(var(--color-font-rgb),.03),rgba(var(--color-font-rgb),.03)),radial-gradient(24.03% 84.55% at 0% 50%,#9f722366 0%,#9f2b3900 100%)}.spd-card._pending .spd-card__status-icon{background:radial-gradient(152.54% 100% at 50% 0,#9f7223 0%,#9f2b39 100%)}.spd-card._pending .spd-card__status-text{color:rgba(var(--color-gold),1)}.spd-card._pending:hover:after{opacity:1}@media only screen and (max-width:1440px){.spd-card{border-radius:var(--border-radius-hd);padding:25px}.spd-card+.spd-card{margin-top:5px}.spd-card__status-icon{width:15px;height:15px;margin-right:10px}.spd-card__status-icon span{font-size:8px}.spd-card__status-icon .svg-icon{font-size:7px}.spd-card__status-text{font-size:12px}.spd-card__date{font-size:10px}.spd-card__text{margin-top:12px;font-size:14px}.spd-card._alt{margin-top:0;padding:30px}.spd-card._alt .spd-card__text{margin-top:20px}.spd-card._alt .spd-card__date{margin-top:10px}}@media only screen and (max-width:768px){.spd-card{border-radius:var(--border-radius);padding:30px}.spd-card+.spd-card{margin-top:15px}.spd-card__status-icon{width:20px;height:20px;margin-right:10px}.spd-card__status-icon span{font-size:10px}.spd-card__status-icon .svg-icon{font-size:9px}.spd-card__status-text{font-size:12px}.spd-card__date{margin-top:8px;font-size:10px;display:none}.spd-card__date._mobile{display:block}.spd-card__text{margin-top:12px;font-size:14px}.spd-card._alt+.spd-card._alt{margin-top:0}.spd-card._alt .spd-card__text{margin-top:12px}.spd-card._alt .spd-card__date{margin-top:8px}}
