/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.open-inbank-calculator {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: underline;
    cursor: pointer;
}
.open-inbank-calculator svg {
    height: 22px;
    width: auto;
    margin-bottom: -4px;
}
.open-inbank-calculator::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ct-icon ct-dropdown-icon' width='8' height='8' viewBox='0 0 15 15' aria-hidden='true'%3E%3Cpath d='M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    display: flex;
    transition: .25s ease;
}
.open-inbank-calculator.open::after {
    transform: rotate(180deg);
}

.montonio-inbank-calculator {
    display: none;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
    max-height: unset !important;
}