.gti-rss-feed-wrap {
	width: 100%;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.gti-rss-toggle {
	display: flex;
	gap: 12px;
	margin-bottom: 40px;
	justify-content: center;
}

@media (max-width: 520px) {
	.gti-rss-toggle {
		flex-direction: column;
	}
}

.gti-toggle-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	cursor: pointer;
	background-color: #704092;
	font-weight: 700;
	color: #ffffff;
	padding: 0.5rem 2rem;
	-webkit-border-radius: 35px;
	border-radius: 35px;

	text-align: center;
	cursor: pointer;
	background-clip: border-box;
	font-size: 18px;

	border: 3px solid #ffffff;
}

.gti-toggle-btn:hover,
.gti-toggle-btn:focus,
.gti-toggle-btn.active:hover,
.gti-toggle-btn.active:focus {
	background: rgb(168, 22, 63);
	background: linear-gradient(90deg, #a8163f 0%, #704092 100%);

	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

.gti-toggle-btn[data-mode="filters"] {
	background-color: #a8163f;
}

.gti-toggle-btn.active {
	background: #6b3fa0;
	color: #fff;
}

.gti-rss-filters {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid #fff 2px;
}

.gti-rss-filter label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.gti-rss-filter input,
.gti-rss-filter select {
	width: 100%;
	padding: 1rem;
	border: none;
	background: #fff;
	font-size: 14px;
}

.gti-filter-keyword input {
	background-color: transparent;
	border-bottom: solid #6b3fa0 2px;
}

.gti-rss-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.gti-rss-row {
	display: flex;
	justify-content: space-between;
	align-items: start;
	border-radius: 0px;
	transition: all 0.3s;
	padding-bottom: 10px;
	border-bottom: solid white 2px;
}

.gti-rss-row .job__title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	color: #a8163f;
	padding: 1rem 0 1rem 1rem;
	flex-basis: 30%;
}

.gti-rss-row .job__workplace-type,
.gti-rss-row .job__location,
.gti-rss-row .job__department {
	font-size: 0.875rem;
	line-height: 20px;
	padding: 1rem 0;
}
.gti-rss-row .job__workplace-type {
	flex-basis: 10%;
}
.gti-rss-row .job__location {
	flex-basis: 20%;
}
.gti-rss-row .job__department {
	padding: 1rem 0;
	margin-bottom: 0;
	color: #a8163f;
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	flex-basis: 10%;
}

.gti-rss-row:hover {
	background: #ffffff;
	box-shadow: -1px 7px 20px -10px rgba(0, 0, 0, 0.3);
	z-index: 9;
	border-radius: 10px;
	cursor: pointer;
}

.gti-rss-actions {
	margin-top: 20px;
	text-align: center;
	padding: 10px 0;
}

.gti-rss-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	cursor: pointer;
	background-color: #704092;
	font-weight: 700;
	color: #ffffff;
	padding: 0.5rem 2rem;
	-webkit-border-radius: 35px;
	border-radius: 35px;

	text-align: center;
	cursor: pointer;
	background-clip: border-box;
	font-size: 18px;

	border: 3px solid #ffffff;
}

.gti-rss-load-more:hover,
.gti-rss-load-more:focus {
	background: rgb(168, 22, 63);
	background: linear-gradient(90deg, #a8163f 0%, #704092 100%);

	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 520px) {
	.gti-rss-table-wrap {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.gti-rss-table {
		width: 100%;
		table-layout: fixed;
		border-collapse: collapse;
	}

	.gti-rss-table td {
		padding: 10px 5px;
		font-size: 14px;
		line-height: 1.4;
	}
	.gti-rss-table td.job_title {
		padding-left: 0;
	}
	.gti-rss-table th:nth-child(1),
	.gti-rss-table td:nth-child(1) {
		width: 35%;
	}

	.gti-rss-table th:nth-child(2),
	.gti-rss-table td:nth-child(2) {
		width: 15%;
	}

	.gti-rss-table th:nth-child(3),
	.gti-rss-table td:nth-child(3) {
		width: 30%;
	}

	.gti-rss-table th:nth-child(4),
	.gti-rss-table td:nth-child(4) {
		width: 20%;
	}
}
