/* ALYASI-Works.dc.html */

.works-section { padding-top: 90px; padding-bottom: 90px; }

.works-card__media { aspect-ratio: 5 / 4; overflow: hidden; }
.works-card__media img { width: 100%; height: 100%; object-fit: cover; }
.works-card__body { padding: 22px; }
.works-card__title { font-size: 16.5px; margin: 14px 0 10px; line-height: 1.5; color: var(--color-text); }
.works-card__excerpt { color: rgba(20, 32, 46, .62); font-size: 13.5px; line-height: 1.8; margin-bottom: 14px; }
.works-card__tags { display: flex; gap: 8px; flex-wrap: wrap; }
.works-card__tag { background: var(--color-surface); border-radius: var(--radius-pill); padding: 4px 10px; font-size: 11.5px; font-weight: 700; }

.works-pagination { display: flex; justify-content: center; }

@media (max-width: 767px) {
    .works-section { padding-top: 56px; padding-bottom: 56px; }
}
