/* CCM19 Cookie Consent Custom Styles */
/* Force minimum dimensions to override CCM19 script inline styles */

.ccm-icon-show--link,
.ccm-icon-show--link.animation,
.ccm-settings-summoner--link,
.ccm-settings-summoner--link.animation,
.ccm-settings-summoner {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    width: 48px !important;
    height: 48px !important;
    opacity: 1 !important;
    display: block !important;
}

/* Also target any child elements that might be sized to 0 */
.ccm-settings-summoner * {
    min-width: inherit !important;
    min-height: inherit !important;
}