        .bib_yesicode_lm_bt_profilo_container {
            max-width: 800px;
            margin: 20px auto;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 10px;
            background: #fafafa;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        .bib_yesicode_lm_bt_profilo_header {
            text-align: center;
            margin-bottom: 30px;
        }
        .bib_yesicode_lm_bt_profilo_form label {
            font-weight: bold;
        }
        .bib_yesicode_lm_bt_profilo_form input {
            width: 100%;
            padding: 8px;
            margin-bottom: 15px;
            background: #f1f1f1;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .bib_yesicode_lm_bt_profilo_table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 30px;
        }
        .bib_yesicode_lm_bt_profilo_table th, .bib_yesicode_lm_bt_profilo_table td {
            border: 1px solid #ddd;
            padding: 10px;
            text-align: center;
        }
        .bib_yesicode_lm_bt_profilo_table th {
            background: #f0f0f0;
        }