@charset "utf-8";
/* CSS Document */

.optout-wrapper{
    width: 95%;
    margin: auto;
}
@media print, screen and (min-width: 1080px) {
    .optout-wrapper{
        width: 75%;
    }
}

.optout-detail{
    margin-bottom: 35px;
}
.optout-detail > p{
    padding-left: 10px;
}
.optout-points{
    padding: revert;
}
.optout-points > li{
    list-style: decimal outside;
    margin-bottom: 25px;
}

.optout-subpoints-dotted{
    margin-left: 38px;
}
.optout-subpoints-dotted li{
	list-style-type:disc ;
    margin-bottom: 10px;
}
.optout-subpoints-dotted li::marker{
    color: var(--color-theme-secondary);
}