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

.sv-plugin {
	padding: 15px;
	background: white;
	font-size: 13px;
	font-family: 'Roboto', Arial, sans-serif;
	color: #333;
	line-height: 1.5;
}

.sv-plugin h1 {
	padding: 0;
}

/** Settings Page **/
.sv-plugin input[type=text] {
	max-width: 450px;
	width: 100%;
}

.sv-plugin .categories {
	padding: 10px;
	border: solid 1px #CCC;
	width: 100%;
	max-width: 400px;
	overflow-y: auto;
	height: 100%;
	max-height: 160px;
}

.sv-plugin .categories ul {
	margin: 0 !important;
	padding: 0;
}

.sv-plugin .categories ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sv-plugin .categories ul li:not(:last-child) {
	margin-bottom: 8px;
}

.sv-plugin p.helper {
	padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	.sv-plugin .categories {
		max-width: 280px;
	}
}

/** Docs Page **/
.sv-plugin.docs h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

.sv-plugin.docs h2 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.sv-plugin.docs p {
	font-size: 13px;
	margin-bottom: 10px;
}

.sv-plugin.docs a {
	color: #007bff;
	text-decoration: none;
}

.sv-plugin.docs button {
	padding: 10px 20px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 13px;
	cursor: pointer;
}

.sv-plugin.docs button:hover {
	background-color: #0056b3;
}

.sv-plugin.docs ul {
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: disc;
	padding-left: 20px;
}

.sv-plugin.docs li {
	margin-bottom: 5px;
}

/** Logs Page **/
.sv-plugin table {
	margin-top: 15px;
}

.sv-plugin table .column-detalhes {
	width: 70%;
}

/** Meta Box **/
.sv-metabox {
	width: 100%;
}

.sv-metabox .sv-inputs {
	margin-bottom: 15px;
}

.sv-metabox .sv-inputs label {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

.sv-metabox .sv-inputs select {
	width: 100%;
	max-width: 200px;
}

.sv-metabox .sv-inputs input {
	width: 100%;
	max-width: 400px;
}
