ul.progressally-quiz-display input {
    position: relative;
}
.resources ul li a {
    background: #ff6d2d;
    color: #ffffff;
    border-radius: 8px;
    padding: 5px 15px;
    transition: background-color 0.4s ease-in-out;
}
.resources ul li a:hover {
    background: #000000;
}
.elementor-post-navigation__prev, .elementor-post-navigation__next {
    transition: background-color 0.4s ease-in-out;
    padding: 0 10px;
}
.elementor-post-navigation__prev:hover, .elementor-post-navigation__next:hover {
    background: #000000;
}
.objective-description, .objective-description a {
    width: 100% !important;!i;!;
    display: block;
}
.objective-description a:hover {
    background: #000000;
}
.objective-description a {
    transition: background-color 0.4s ease-in-out;
    background: #ff6d2d;
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 8px;
}
.progressally-notes-writable-display {
    background: #fff;
}