.custom-notice {
        
}

.custom-notice-wrapper {
    display: flex;
    align-items: center;
    grid-gap: clamp(12px, 3vw, 26px);

    padding: 20px clamp(20px, 5vw, 32px);
    background-color: #FFFAE8;
    border-radius: 20px;
}

.custom-notice-icon {
    flex-shrink: 0;
    width: clamp(40px, 10vw, 60px);
}

.custom-notice .richText a {
    color: inherit;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .custom-notice .richText {
        font-size: clamp(13px, 3vw, 16px);
    }
}