@media (max-width: 767px){
    .terms-and-conditions-text {
        display: flex;
        padding-left: 25px;
    }
    }

.card-panel th{
    padding-right:10px; !important
}

/* Gray out all currency items except GBP */
.select-currencies .ccb-item {
    pointer-events: auto;
}

/* Keep GBP currency fully visible and interactive */
.select-currencies .ccb-item input[value*='"targetCurrency":"GBP"'] {
    pointer-events: auto;
}

.select-currencies .ccb-item input[value*='"targetCurrency":"GBP"'] + label {
    opacity: 1;
    pointer-events: auto;
}