@import "../../styles/wordpress_global.css";

.lp-modal p {
    margin: 0;
    line-height: 20px;
}

.lp-modal h1 {
    font-weight: 400 !important;
    font-size: 20px !important;
}

.lp-modal h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.lp-modal input {
    width: 100%;
    border: 1px solid #949494;
    border-radius: 2px;
    height: 36px;
    padding: 0 16px;
    color: #949494;
}

.modal-grey {
    color: #757575;
}

.modal-notice {
    margin: 0;
}

.modal-section-break {
    margin: 16px -32px;
}

.modal-section {
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modal-section-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-page-info {
    margin: 0px;
    font-weight: 600;
}

.modal-slug {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.modal-action-padding {
    padding-top: 24px;
}

.modal-button {
    width: fit-content;
}
