 

        .school-profile-wrapper {
            background-color: #ffff;
            padding: 32px;
            width: 100%;
            margin: 40px auto;
            border-radius: 8px;
        }

      

        .section-block {
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #e0e0e0;
        }

        .field-group {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 18px;
        }

        .field {
            flex: 1;
        }

        .field-label {
            
            color: #000039;
            margin-bottom: 4px;
        }

      

        .edit-btn {
            padding: 6px 14px;
           
            background-color: #e0e0e0;
            color: #000;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            margin-top: 6px;
        }

        .btn-group {
            margin-top: 10px;
        }

        .button {
            padding: 7px 16px;	
            border: none;
            border-radius: 4px;
            margin-right: 10px;
            cursor: pointer;
        }

        .button-primary {
            background-color: #4a6cf7;
            color: #fff;
        }

        .button-secondary {
            background-color: #e0e0e0;
            color: #000;
        }

        .support {
            font-size: 13px;
            margin-top: 35px;
            color: #333;
        }

        .support a {
            color: #4a6cf7;
            text-decoration: none;
        }

 