div.main-container-inner {
    max-width: 680px;
    width: 100%;
    margin: 0px auto;
    height: auto;
    padding-top: 61px;
    padding-bottom: 100px;
}

.top-section {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.main-container-wrapper .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.single-notice-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: rgb(153, 153, 153);
}

.main-container-wrapper .content {
    background: rgb(246, 247, 248);
    border-radius: 10px;
    padding: 30px 30px 40px;
    margin-top: 20px;
    line-height: 1.6;
}

.more-button-wrapper {
    margin-top: 60px;
    font-weight: 500;
}

.button a {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    background-color: rgb(124, 90, 255);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;
    text-align: center;
    text-decoration: none;
}

.more-button-wrapper a {
    width: 166px;
    height: 52px;
    line-height: 50px;
    margin: 0px auto;
    transition: 0.4s;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(233, 233, 233);
    border-radius: 120px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.more-button-wrapper img {
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.entry-content > * {
    margin-block-start: 1.2rem;
}
.entry-content > :first-child {
    margin-block-start: 0;
}

.entry-content ul {
    list-style: revert;
    padding-left: var(--wp--preset--spacing--20);
}

.entry-content ol {
    list-style: decimal;
    padding-left: var(--wp--preset--spacing--30);
}

@media (max-width: 770px) {

    .main-container-inner {
        padding: 0px 20px !important;
    }

    .top-section {
        flex-direction: column;
    }

    .main-container-wrapper .title {
        font-size: 19px;
    }

    .single-notice-date {
        font-size: 12px;
        margin-top: 4px;
    }

    .main-container-wrapper .content {
        padding: 20px;
        margin-top: 10px;
    }

    .more-button-wrapper {
        margin-top: 30px;
    }

    .more-button-wrapper a {
        width: 114px;
        height: 42px;
        margin: 0px auto;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(233, 233, 233);
        border-radius: 120px;
        font-weight: 500;
        font-size: 12px;
        line-height: 160%;
        letter-spacing: -0.02em;
        color: rgb(0, 0, 0);
        padding: 11px 0px;
    }
    
    .more-button-wrapper img {
        width: 13px !important;
        position: relative;
        top: -2px;
        margin-right: 8px;
    }
}