			@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}

#internal-links {
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#internal-links textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    resize: vertical;
}

#internal-links input,
#internal-links select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 16px;
	height: auto;
}

#generate {
    width: 100%;
    padding: 10px;
    background-color: #673ab7;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

#generate:hover {
    background-color: #5e35b1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#output {
    margin-top: 20px;
    width: 100%;
}

#output table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

#output th,
#output td {
    border: 1px solid #ddd;
    padding: 12px 16px;
    text-align: left;
}

#output th {
    background-color: #673ab7;
    color: white;
    font-weight: bold;
}

#output a {
    color: #673ab7;
    text-decoration: none;
}

#output a:hover {
    text-decoration: underline;
}
.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}