#webchat,
.webchat,
.power-virtual-agents-chat,
.chat-widget,
iframe[title*="chat"] {
    display: none !important;
}

main {
    padding-top: 0px !important;
}

.sectionBlockLayout {
    padding-top: 0px !important;
}

.entity-form {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

input,
select {
    border-radius: 6px !important;
}

input:focus,
select:focus {
    border-color: #8d1b2b !important;
    box-shadow: 0 0 5px rgba(141,27,43,0.3) !important;
}

h1 {
    font-size: 40px !important;
}

body {
    background: #f5f5f5 !important;
}

h1 {
    font-size: 38px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
}

input,
select {
    border-radius: 8px !important;
    height: 44px !important;
    border: 1px solid #d0d0d0 !important;
}

input:focus,
select:focus {
    border-color: #8d1b2b !important;
    box-shadow: 0 0 6px rgba(141,27,43,0.25) !important;
}

label {
    font-weight: 600 !important;
}