.articlePage-page{padding:100px 20px 50px;max-width:1200px;margin:0 auto;background-color:#000;color:#fff;box-sizing:border-box;width:100%}.articlePage-header{display:flex;flex-direction:column;align-items:center;margin-bottom:40px;width:100%}.articlePage-image{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:30px}.articlePage-title{font-size:3rem;margin-bottom:20px;text-align:center;color:#fff;width:100%}.articlePage-content{font-size:1.1rem;line-height:1.8;color:#fff;width:100%}.articlePage-content h2{font-size:2rem;margin-top:40px;margin-bottom:20px;color:#fff}.articlePage-content h3{font-size:1.5rem;margin-top:30px;margin-bottom:15px;color:#fff}.articlePage-content p{margin-bottom:20px}.articlePage-content ul{margin-bottom:20px;padding-left:20px;list-style-position:outside}.articlePage-content li{margin-bottom:10px}.highlight{color:#f60;font-weight:700}.article-not-found{height:100vh;display:flex;justify-content:center;align-items:center;font-size:2rem;color:#fff}@media (max-width:768px){.articlePage-page{padding:80px 20px 40px;max-width:100%}.articlePage-title{font-size:2.2rem}.articlePage-content{font-size:1rem}.articlePage-content h2{font-size:1.6rem}.articlePage-content h3{font-size:1.3rem}}@media (max-width:480px){.articlePage-page{padding:70px 15px 30px}.articlePage-image{width:150px;height:150px}.articlePage-title{font-size:1.8rem}.articlePage-content h2{font-size:1.4rem}.articlePage-content h3{font-size:1.2rem}}@media (width <= 768px){.articlePage-page{padding:80px 20px 40px;margin:0 auto;width:100%}}@media (width <= 480px){.articlePage-page{padding:70px 15px 30px}}