/* Landing onboard — form composer, outline & CTA button styles.
   Layout / pane / modal styles live in landing-onboard.css. */

.suggestion-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: baseline;
    gap: 8px;
}

button.suggestion-button {
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #e2e2e2;
    padding: 8px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    cursor: pointer;
}
button.suggestion-button:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.discard-form-suggestions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: baseline;
}

button.discard-form-suggestion-button {
    padding: 7px;
    border: 1px solid var(--ff-primary-color);
    width: 100%;
    text-align: left;
    border-radius: 6px;
    color: var(--ff-primary-color);
    cursor: pointer;
    font-size: 14px !important;
}

.form-outline-create-form-as-shown {
    font-size: 14px;
    font-weight: normal;
    margin-top: 18px;
}

.outline-new-section {
    margin-top: 4px;
}

.form-outline-header p {
    font-size: 15px;
    color: #929292;
    font-weight: 500;
    margin-top: 4px;
}

.outline-section {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #fafafa;
}

.form-outline-header {
    background: transparent !important;
    border: 0px;
    border-radius: 0px !important;
    padding: 0px;
    margin-bottom: 12px;
}

.display-mode-fullscreen main {
    box-shadow: none !important;
}
.form-outline-content {
    margin-bottom: 10px;
}

.form-outline-content li {
    padding: 12px;
}

.box-border {
    background: #522AE9;
    padding: 16px;
    border-radius: 6px;
    max-width: fit-content !important;
}

.display-mode-fullscreen .form-outline-main {
    border-radius: 0px !important;
}

.inline-flex.items-center.gap-1\.5.text-\[\#2D2351\].hover\:text-\[\#3a2d5f\].font-medium.text-\[13px\].cursor-pointer.transition-colors.duration-150.whitespace-nowrap.leading-5.bg-transparent.border.border-\[\#e5e7eb\].rounded-lg.px-3.py-1\.5.hover\:bg-\[\#f9fafb\] {
    padding: 6px 11px;
}

.display-mode-fullscreen {
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    min-height: 100% !important;
}

.form-outline-footer {
    margin-top: 8px;
    padding: 0px;
    border-radius: 0px;
    background: transparent;
    border: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-outline-create-form-as-shown-text {
    color: black;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 840px) {
    .form-outline {
        width: 100% !important;
        justify-content: start !important;
    }
    .display-mode-fullscreen {
        align-items: start !important;
    }
    .outline-sections {
        max-height: 340px;
    }
    #ghost-text {
        display: none !important;
    }
}

/* form container will have form label and input */

.form-main-container {
    max-width: 100%;
}

@media screen and (min-width: 860px){
    .form-main-container {
        width: 540px;
    }
}

.form-outline input:read-only {
    pointer-events: auto !important;
}

.discard-form-suggestion-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px !important;
    cursor: pointer;
}

.discard-form-suggestion-item div {
    cursor: pointer;
}

.discard-form-suggestion-item input {
    width: 16px;
    height: 16px;
}

.form-wrapper {
    height: 100%;
    justify-content: center;
    width: 100%;
}

/* form label will have font size 16px and font weight 500 */
.form-label, .form-title-or-google-form-url {
    font-size: 22px;
    color: #000;
    font-family: var(--font-primary);
    font-weight: 500 !important;
    line-height: 1.5;
}

/* form input will have 100% width and 40px height */
.form-input {
    width: 100%;
    height: 55px;
    border: 0px solid #ccc;
    margin-top: 10px;
    padding: 10px 15px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400 !important;
    background: #f9f9f9;
    border-bottom: 3px solid #555555;
    border-radius: 0px !important;
}

/* form input focus none and border none */
.form-input:focus {
    outline: none;
    border: none;
    border-bottom: 3px solid var(--primary-color);
}

/* create form container will have create form button */
.create-form-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 24px;
    font-weight: 400;
    font-size: 20px;
}

/* Main landing CTA — flat primary purple, full width */
.create-form-btn {
    background: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: var(--font-primary);
    padding: 12px;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    font-weight: 500;
    max-width: fit-content;
}

.create-form-btn .landing-cta-sparkle,
.create-form-btn .landing-cta-spark {
    display: none !important;
}

/* Outline proceed — flat purple, not full-width primary */
.confirm-create-form-btn, .proceed-form-btn {
    background: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: var(--font-primary);
    padding: 10px 16px;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 100px;
    font-weight: 500;
}

.discard-form-btn {
    background: #c60202 !important;
    background-color: #c60202 !important;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: var(--font-primary);
    padding: 10px 16px;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 100px;
    font-weight: 500;
}

.form-outline-footer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.create-form-btn:hover {
    background: var(--primary-hover) !important;
    background-color: var(--primary-hover) !important;
}

.confirm-create-form-btn:hover, .proceed-form-btn:hover {
    background: var(--primary-hover) !important;
    background-color: var(--primary-hover) !important;
}

.discard-form-btn:hover {
    background: #a50101 !important;
    background-color: #a50101 !important;
}

.create-form-btn:focus {
    outline: 2px solid var(--primary-light);
    outline-offset: 2px;
}
.form-container {
    padding-bottom: 0px !important;
    max-width: 100% !important;
}

@media screen and (max-width: 860px) {
    .form-label, .form-title-or-google-form-url {
        font-size: 18px !important;
    }
    .template-chips-app-general .template-active .add-attachment {
        margin-bottom: 10px !important;
        /* margin-top: 10px !important; */
    }
    .form-wrapper {
        justify-content: unset !important;
        margin-top: 10px;
        width: 100%;
    }
    .stick-top#footer-button-import-google-form {
        margin-top: 0px !important;
    }
    .form-container-flex {
        flex-direction: column !important;
        gap: 15px !important;
    }
    .form-container-flex .form-container {
        padding: 0px !important;
        width: 100%;
        flex: 1;
    }
    .template-chips-app-general .template-chip {
        padding: 14px 12px !important;
        font-size: 14px !important;
    }

    .template-chips-app-general #other-template {
        padding: 0px 12px !important;
        gap: 0px;
    }
}
