.masteriyo-background {
	.masteriyo-background-types {
		display: flex;
		gap: 8px;

		.masteriyo-background-type {
			border: 1px solid #e2e8f0;
			background-color: #fafbff;
			display: flex;
			align-items: center;
			border-radius: 2px;
			padding: 4px;

			svg {
				height: 14px;
				width: 14px;
				cursor: pointer;
			}

			&.is-active {
				background-color: #e1eaff;
				border: 1px solid #7ea6ff;

				svg {
					fill: #2563eb;
				}
			}
		}
	}

	.masteriyo-background-head {
		display: flex;
		justify-content: space-between;
		margin-bottom: 8px;
	}

	.masteriyo-select-button {
		margin-bottom: 8px;
		width: 100%;
	}

	.masteriyo-media {
		margin-bottom: 25px;
	}

	.masteriyo-select-head {
		margin-bottom: 8px;
	}

	input[type="text"] {
		border: 1px solid #e2e8f0;
	}

	svg {
		height: 14px;
		width: 14px;
	}
}
