.adhubplatformads-settings .form-table th {
    width: 250px;
}

.adhubplatformads-settings .form-table td {
    padding: 15px 10px;
}

.adhubplatformads-settings .description {
    margin-top: 5px;
    color: #666;
}

.adhubplatformads-settings .notice {
    margin: 20px 0;
}

.adhubplatformads-settings .regular-text {
    width: 25em;
}

.adhubplatformads-settings .section-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 20px;
}


.shortcode-info {
    background: #f0f0f1;
    padding: 10px;
    border-left: 4px solid #2271b1;
    margin-top: 10px;
}

.shortcode-info code {
    background: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 13px;
}

/* Stile hover per facilitare la copia */
.shortcode-info code:hover {
    background: #f6f7f7;
    cursor: pointer;
}