.page[name='blog'] > .content {
    background-color: #fbfaff;
}
.page[name='blog'] > .content > .hero {
    background-color: #f8f6ff;
    background-image: radial-gradient(circle at 12% 28%, rgba(218, 235, 255, 0.58), rgba(255, 255, 255, 0) 36%), radial-gradient(circle at 88% 20%, rgba(255, 222, 241, 0.65), rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, #ffffff 0%, #f7f0ff 100%);
}
.page[name='blog'] > .content > .body > article > .description:first-child {
    border-bottom: 1px solid rgba(20, 22, 50, 0.10);
}
.page[name='blog'] > .content > .hero > .shell {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    padding: 16px;
}
.page[name='blog'] > .content > .hero > .shell > .button {
    color: #c0066a;
    background-color: rgba(229, 4, 123, 0.10);
}
.page[name='blog'] > .content > .hero > .shell > .articleInfo > .social > .date > div {
    color: #4a4778;
}
.page[name='blog'] > .content > .hero > .shell > .articleInfo > .social > div {
     border: 1px solid rgba(20, 22, 50, 0.10);
    background: #ffffff;
}
.page[name='blog'] > .content > .body > .notice {
    background: #ffffff;
    border: 1px solid rgba(62, 58, 142, 0.15);
    border-radius: 16px;
}
.page[name='blog'] > .content > .body > .notice > .imageWrapper {
    background-color: #3e3a8e;
}
.page[name='blog'] > .content > .body > .notice > .text > .description {
    color: #363636;
}
.page[name='blog'] > .content > .body > article > .description {
    color: #363636;
}
.page[name='blog'] > .content > .body > article > .description:first-child {
    color: #4a4778;
}
.page[name='blog'] > .content > .body > article > .infoBox {
    background: linear-gradient(135deg, #fcfaff 0%, #f4eeff 100%);
    border-left: 5px solid #e6087b;
    color: #28265a;
}
.page[name='blog'] > .content > .body > article > .infoBox > .author {
    color: #7a769e;
}
.page[name='blog'] > .content > .body > article > .figurePost > .imageWrapper {
    background: linear-gradient(135deg, #fcfaff, #f4eeff);
}
.page[name='blog'] > .content > .body > .hashtags {
    border-top: 1px solid rgba(20, 22, 50, 0.10);
}
.page[name='blog'] > .content > .body > .hashtags > .hashtag {
    color: #e6087b;
    text-decoration-color: rgba(229, 4, 123, 0.30);
    background: rgba(62, 58, 142, 0.08);
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .bottom > .button {
    border-color: #ece9f1;
    background-color: #ffffff;
}
.page[name='blog'] > .content > .shell > .RelatedArticles > .bottom > .button > .information > .category {
    color: #df1b79;
    background-color: #fde8f2;
}