/* New CSS */
.page_header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-top: 40px;
    align-items: flex-end;
}
.page_header h1{
    margin-bottom: 0;
    font-weight: 600;
}
.page_header p{
    margin-bottom: 0;
    line-height: normal;
}
.page_header .toggle_header{
    cursor: pointer;
    background-color: #e5e7eb;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}
.page_header .toggle_header svg{
    margin-right: 8px;
}
.example_structure_wrap{
    padding: 24px;
    margin: 0 0 24px;
    border-radius: 8px;
    border-width: 0 0 0 4px;
    border-style: solid;
    border-color: #3B82F6;
    box-shadow: 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
}
.example_structure_wrap .example_header{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #1f2937;
    font-weight: 600;
}
.example_structure_wrap .example_header svg{
    margin-right: 8px;
    color: #3b82f6;
}
.example_structure_wrap .group:not(:last-child) {
    margin-bottom: 8px;
}
.example_structure_wrap .group{
    display: flex;
    flex-direction: column;
}
.example_structure_wrap .group > span{
    font-weight: 600;
    color: #4b5563;
    font-size: 14px;
    line-height: 20px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}

.example_structure_wrap .group .example_input{
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    margin-top: 4px;
    border-radius: 4px;
    padding: 8px;
    color: #4b5563;
    font-size: 14px;
    line-height: 20px;
    pointer-events: none;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
.nm-level-title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px 0;
    line-height: 28px;
}

.nm-field:not(:last-child) {
    margin-bottom: 15px;
}

.nm-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #FFF;
    padding: 8px 12px;
    color: #030712 !important;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    outline: none !important;
    box-shadow: none !important;
    font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}

.nm-result-box {
    background: #f0f7ff;
    border: 1px solid #bfdbfe;
    padding: 16px;
    border-radius: 8px;
    margin-top: 15px;
    position: relative;
}
.generated_copy{
    display: flex;
    margin-bottom: 8px;
}
.nm-result-box .heading{
    flex-grow: 1;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
}
.nm-output {
    font-weight: 500;
    color: #030712;
    display: block;
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace !important;
    word-break: break-all;
    flex-grow: 1;
    background-color: #FFF;
    border-radius: 4px;
    padding: 4px 12px;
    border: 1px solid #bfdbfe;
    font-size: 14px;
    line-height: 28px;
}
.nm-output.is-empty {
    color: #9ca3af;
}

.nm-copy {
    margin-left: 16px;
    flex-shrink: 0;
    position: relative;
    background: #3b82f6;
    color: #FFF;
    border: none;
    padding: 4px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.nm-copy svg{
    margin-right: 8px;
}
.always_on{
    display: flex;
}
.card_campaign_form label{
    color: #374151;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 4px;
    font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
}
select.nm-input{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.146' height='6.973' viewBox='0 0 12.146 6.973'%3E%3Cpath d='M1.2%2C4.8%2C6.014%2C9.6%2C10.8%2C4.8' transform='translate(0.073 -3.527)' fill='none' stroke='%2312153e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 12px) 50%;
    padding-right: 30px;
}

#settingsCard h3{
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
}
.setting_form{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.setting_form .nm-field{
    flex: 0 0 50%;
    margin: 0;
}
.card_campaign_form .radio-wrap{
    display: flex;
    align-items: center;
}
.card_campaign_form .radio-wrap > label{
    flex-shrink: 0;
    margin: 0 15px 0 0;
}
.card_campaign_form .radio-wrap div{
    padding: 0 !important;
    flex-grow: 1;
}
.card_campaign_form .radio-wrap div label{
    margin: 0;
    line-height: 0.7;
}
/* New CSS */