.ct-inner-layer {

	.ct-layer-controls {
		height: 34px;

		button {
			flex: 0 0 33px;
			width: 33px;
		}

		span {
			font-size: 11px;
			font-weight: 500;
			padding: 0 10px;
		}

		.ct-visibility {
			svg {
				width: 13px;
				height: 13px;
			}

			&:before {
				width: 15px;
			}
		}
	}

	--layer-content-padding: 0 15px 20px 15px;
}