.article-section{background:transparent;padding:2rem}.article-container{color:#9f2352;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.article-description{font-size:1.4rem;margin-bottom:2rem}.article-list-empty{width:100%;font-size:2rem;padding:1rem 0;border-top:1px solid #9f2352;border-bottom:1px solid #9f2352}.article-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}.article-card{padding-bottom:1rem;max-width:94vw;width:40rem;background:#fff;border-radius:1.7rem;box-shadow:0 4px 32px 0 rgba(236,72,153,.13);display:flex;flex-direction:column;transition:all .3s}.article-card:hover{transform:scale(1.05);box-shadow:0 14px 36px 0 rgba(236,72,153,.19);z-index:3}.article-card-image-wrapper{width:100%;height:-moz-fit-content;height:fit-content;overflow:hidden;background:#ffe3f3;border-radius:1.7rem 1.7rem 0 0;border-bottom:1px solid #fcd5ea}.article-card-image{width:100%;height:auto;object-fit:contain;display:block}.article-card-meta{display:flex;gap:1.1rem;font-size:1rem;color:#ea4c89;font-weight:500;margin:1.1rem 1.4rem 0;align-items:center}.article-card-date:before{content:"🗓 ";font-size:1rem}.article-card-title{margin:1rem 1rem 0;font-size:1.5rem;font-weight:600;color:#b81e5d}.article-card-desc{margin:0 1rem;color:#393939;font-size:1.2rem}.article-more-wrapper{margin:4rem 0 2rem}.article-more-button{padding:.75rem 1.5rem;background-color:#ec4899;color:#fff;border-radius:999px;font-size:2rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px rgba(184,30,93,.07)}.article-more-button:hover{background-color:#b81e5d;transform:translateY(-2px);box-shadow:0 6px 14px rgba(184,30,93,.13)}