#onetrust-pc-sdk .group h3 {
    font-weight: 100;
}

#onetrust-pc-sdk .group-description {
    font-weight: 100;
}

.category-menu-switch-handler:focus {
    outline: none;
}

#onetrust-consent-sdk #onetrust-pc-sdk .active-group {
    border-color: #00a1e0 !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk .button-group>button {
    border-color: #00a1e0;
    text-align: center;

    align-items: center;
	border-radius: 30px;
	display: inline-flex;
	font-size: 16px;
	height: 48px;
	margin-right: 4px; 
	padding: 0px 40px;
	text-transform: none;
    letter-spacing: .05rem;

    background-color: #00A1E0;
    border-color: rgba(255,255,255,0);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    color: #fff;
    transition: background-color 0.2s ease-in-out;
    display: inline-grid;
}

#onetrust-consent-sdk #onetrust-pc-sdk .button-group>button:hover, #onetrust-consent-sdk #onetrust-pc-sdk .button-group>button:focus {
    background-color: #fff;
    color: #00A1E0;
    border-color: rgba(255,255,255,0);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    transition: background-color 0.2s ease-in-out;
}

#onetrust-pc-sdk .pc-header>#pc-title {
    margin-left: 15%;
}

@media (min-width: 550px) {
    #onetrust-pc-sdk .pc-header>#pc-title {
        font-size: 2rem;
        margin-top: 2.5%;
   }
}

@media (max-width: 767px) {
    #onetrust-pc-sdk.otPcTab .pc-header>#pc-title {
        margin-top: 2.5%;
   }
    #onetrust-consent-sdk #onetrust-pc-sdk .button-group>button {
        float: right;
        width: auto;
   }
}

@media (max-width: 640px) {
    #onetrust-consent-sdk #onetrust-pc-sdk .button-group>button {
        float: unset;
        width: 90%;
        margin: auto auto 10px auto;
   }
}

@media only screen and (max-width: 640px) and (min-width: 320px) and (orientation: landscape) {
    #onetrust-consent-sdk #onetrust-pc-sdk .button-group>button {
        float: right;
        width: auto;
        margin-right: 10px;
   }
}
