
.cv-brand-attention-wrap
 {
    background: #ffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
    align-items: center;
    padding: 40px;
 }

#attention_browser-settings-page .wrap h1 {
    margin-bottom: 20px;
}

#attention_browser-settings-page .form-table th {
    font-weight: bold;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

#attention_browser-settings-page .form-table td {
    padding: 10px;
}

#attention_browser-settings-page #title-texts-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

#attention_browser-settings-page .title-text-field {
    display: flex;
    align-items: center;
    gap: 10px;
}

#attention_browser-settings-page .title-text-field input[type="text"] {
    width: 300px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#attention_browser-settings-page .title-text-field button {
    background-color: #f00;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}

#attention_browser-settings-page .title-text-field button:hover {
    background-color: #c00;
}

#attention_browser-settings-page #add-title-text {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer;
}

#attention_browser-settings-page #add-title-text:hover {
    background-color: #005f8c;
}

#attention_browser-settings-page input[type="number"] {
    width: 80px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#attention_browser-settings-page input[type="checkbox"] {
    transform: scale(1.2);
    margin-top: 3px;
}

#attention_browser-settings-page .readonly-field {
    background-color: #f9f9f9;
    pointer-events: none;
}

#attention_browser-settings-page .readonly-button {
    background-color: #ccc;
    cursor: not-allowed;
}

#attention_browser-settings-page .hide-only-field
{
    display: none;
}