@media (max-width: 900px) {
#noluthando_modal {
}
#modal--title {
width: 100% !important;
}
#modal--text {
width: 100% !important;
overflow: scroll;
}
}
@media (min-width: 901px) {
#noluthando_modal {
}
#modal--title {
width: 60% !important;
}
#modal--text {
width: 60% !important;
height: 60%;
overflow: scroll;
}
}
.moda-highlight {
color: var(--wp--preset--color--vivid-red);
}
#modal--close:hover,
#modal--close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.title_bg_color {
margin-left: -339px;
padding-left: 339px;
background-color: lightgray;
display: inline-block;
padding-right: 10px;
padding: 20px 20px 20px 339px;
border-top-right-radius: 41px;
border-bottom-right-radius: 41px;
}