/**
 * Styles for agreement text - dla popupu i formularza poziomego
 */

/* Style dla tekstu informacyjnego w popupie */
.mlp-consent-wrapper {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

.mlp-consent-text {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

/* Style dla tekstu informacyjnego w formularzu poziomym */
.mlp-horizontal-consent-wrapper {
    margin-top: 15px;
    width: 100%;
    padding: 10px 0;
}

.mlp-horizontal-consent-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

/* Responsywność dla formularza poziomego */
@media (max-width: 768px) {
    .mlp-horizontal-consent-text {
        font-size: 10px;
    }
    
    .mlp-horizontal-consent-wrapper {
        padding: 8px 0;
    }
}
