#cookiemanSelectionToggleBtn {
    &:after {
        content: none !important;
    }
    span {
        padding-inline-end: 0.25em;
    }
    &:not(.collapsed) {
        .fa-angle-down {
            transform: rotate(180deg);
        }
    }
}

#cookieman-modal .accordion-item:not(:last-child) {
    margin-block-end: 0.25em;
}

#cookieman-modal .accordion-button:not(.collapsed) {
    color: var(--bs-white);
    background-color: var(--bs-secondary);

    .fa-angle-down {
        transform: rotate(180deg);
    }
}

#cookieman-modal .accordion-button {
    span {
        flex-grow: 1;
    }
    &:after {
        content: none;
    }
}

    #cookieman-modal .panel-title {
    display: flex;
    align-items: center;
}

#cookieman-modal .panel-title label {
    width: auto;
}

#cookieman-modal .panel-title a {
    flex-grow: 1;
}

#cookieman-modal table {
    width: 100%;
}

#cookieman-modal th,
#cookieman-modal td {
    padding-right: 0.5em;
    text-align: left;
    vertical-align: text-bottom;
}

#cookieman-modal [data-toggle="collapse"]::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f077";
}

#cookieman-modal [data-toggle="collapse"].collapsed::after {
    content: "\f078";
}

#cookeman-modal .table-responsive {
    overflow: auto;
}

.cookieman-revoke {
    position: fixed;
    left: 0.625rem;
    bottom: 0.625rem;
    z-index: 1;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("../Icons/cookie.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(128, 128, 128);
    border: none;
    border-radius: 50%;
    opacity: 0.5;
}

@media (min-width: 1024px) {
    #cookieman-modal .modal-dialog {
        width: 50em;
        max-width: 80vw;
    }
}
