.twrpb-general-settings {
	max-width: 750px;

	&__setting-group {
		margin-top: 0.8rem;
		margin-bottom: 1.1rem;

		&:last-child {
			margin-bottom: 1.3rem;
		}
	}

	&__fieldset {
		border: 1px solid #666;
		border-right-width: 0;
		border-bottom-width: 0;
		border-left-width: 0;

		&:first-of-type {
			margin-top: 1.5rem;
		}
	}

	&__legend {
		padding: 0 0.5rem 0.3rem;
		margin-left: 1.2rem;
		font-size: 1.2rem;
		font-weight: 500;
		color: #555;
	}

	&__submit-btn.twrpb-button {
		font-size: 1rem;
	}

	&__icon-preview {
		display: inline-block;
		width: 30px;
		height: 30px;
		padding: 5px;
		margin-right: 8px;
		color: #000;
		vertical-align: middle;
		background-color: white;
		border: 1px solid gray;
		border-radius: 3px;
		fill: currentColor;

		select + & {
			margin-right: 0;
			margin-left: 8px;
		}

		svg {
			width: 100%;
			height: 100%;
		}
	}

	&__success-submitted-wrapper,
	&__fail-submitted-wrapper {
		margin-top: 1rem;
		margin-bottom: -0.5rem;
	}

	&__refresh-cache-btn {
		margin-bottom: 1rem;
	}

	&__btn-show-translations {
		margin: 0.8rem 0;
	}

	&__translations-container {
		display: none;

		p:first-child{
			margin-top: 0;
		}
	}
}
