.search-and-replace-setup{
    min-height: 80vh;

    .title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 16px;

        .title-link{
            color: #007aff;
            text-decoration: none;
            cursor: pointer;

            &:hover{
                text-decoration: underline;
            }
        }
    }
    
    .content-box {
        background-color: white;
        border-radius: 12px;
        max-height: fit-content;
        border: 1px solid #ccc;
    }
    
    .welcome-text {
        color: #555;
        margin-bottom: 16px;
        font-size: 16px;
    }

    .linksy-modal{
        .linksy-modal-dialog{
          max-width: 520px;
        }
    
        .linksy-modal-content{
          ol{
            list-style-type: disc;
          }
        }
    }
}