.ps-16-newsletter-checkbox .checker {
    display: inline-block;
    margin-left: 15px;
}

.ps-16-newsletter-checkbox {
    clear: both;
}

.ps-16-newsletter-checkbox label {
    color: #7a7a7a !important;
}
 
.ps-17-newsletter-checkbox input {
    height: auto !important;
    margin-right: 15px;
}

.cgv-container-text {
    /* Adjust padding and font styles a ccording to your layout */
    padding: 10px;
    font-family: Arial, sans-serif;
}

.custom-checkbox {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    display: block;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.alt-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee; /* The box background */
    border: 1px solid #dcdcdc; /* The box border */
}

.custom-checkbox input[type="checkbox"]:checked ~ .alt-check {
    background-color: #2196F3; /* Color when checked */
}

.alt-check:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input[type="checkbox"]:checked ~ .alt-check:after {
    display: block;
}

.custom-checkbox .alt-check:after {
    /* Create a custom check mark shape */
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.psgdpr_consent_message p {
    margin-top: 0.5em; /* Adjust spacing as needed */
    font-size: 14px; /* Adjust font-size as needed */
}

.psgdpr_consent_message a {
    color: #0056b3; /* Change the color to match your link color */
    text-decoration: underline;
}

/* Add any additional styling you want here */
