.my-theme-switcher {
	.list-wrapper {
		margin: 0;
		padding: 0;
		list-style-type: none;

		display: flex;
		gap: 0.25rem;
		flex-wrap: wrap;
		justify-content: center;

		&.colors {
			margin-bottom: 0.5rem;
		}

		&.patterns button {
			background-color: var(--global_color-main);
		}
	}

    button, input[type="button"] {
        border-radius: 0;
        border: 0.05rem solid #000;
		font-family: var(--font-serif);
		font-size: 1px;
		color: transparent;
		cursor: pointer;

		display: block;
		margin: 0;
		padding: 0;
		width: 32px;
		height: 32px;
    }
}