.document{background:var(--white);border:1px solid var(--gray-dark);border-radius:10px;padding:20px;display:grid;grid-template-columns:60px 1fr auto;grid-gap:20px;width:100%;align-items:center}@media only screen and (max-width:768px){.document{grid-template-columns:1fr;grid-gap:15px}}.document:hover{border-color:var(--main)}.document__icon{background:var(--gray);border-radius:100px;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.document__icon .icon{width:30px;height:30px}.document__icon .icon svg path{fill:var(--main)}.document__content{display:grid;grid-gap:10px}.document__header{display:flex;align-items:center;gap:24px;font-size:.75em;line-height:14px;color:var(--dark-light)}.document__header>:not(:last-child){position:relative}.document__header>:not(:last-child):after{content:"\2022";font-weight:700;position:absolute;right:-14px;top:0;bottom:0;margin:auto;font-size:1em;line-height:14px;color:var(--dark-light)}.document__category,.document__number{font-weight:700}.document__date{font-weight:500}.document__title{font-weight:500;font-size:1.125em;line-height:28px;color:var(--dark);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}@media only screen and (max-width:768px){.document__title{font-size:1em;line-height:26px}}.document__description{font-weight:400;font-size:1em;line-height:28px;color:var(--dark);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}@media only screen and (max-width:768px){.document__description{font-size:.875em;line-height:26px}}.appeals-posts__title{color:var(--dark)}.appeals-posts__files{display:grid;grid-gap:15px}.appeals-posts__files li{display:inline-flex;width:100%}