.consent-highlight-box {
    background-color: #e6f7f8;
    border: 2px solid #00B0BA;
    padding: 20px 24px;
    border-radius: 8px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.consent-highlight-box .consent-checkbox,
.consent-highlight-box .form-check {
    display: flex;
    align-items: center; /* Changed from flex-start to center for better vertical alignment when centered horizontally */
    justify-content: center;
    gap: 16px;
    margin: 0;
    cursor: pointer;
    padding-left: 0 !important;
}

.consent-highlight-box input[type="checkbox"],
.consent-highlight-box .form-check-input {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    cursor: pointer !important;
    margin: 0 !important;
    transform: none !important; /* Reset transform if it was scaled */
    position: static !important;
}

.consent-highlight-box .consent-highlight-text,
.consent-highlight-box .form-check-label {
    font-size: 19px !important;
    font-weight: 500 !important;
    color: #001e54 !important;
    line-height: 1.4 !important;
}

.consent-highlight-box a {
    color: #00B0BA;
    text-decoration: underline;
    font-weight: 600;
}
