	.feedback-floating {
			position: fixed;
			right: 25px;
			bottom: 25px;

			z-index: 9999;
		}

		.feedback-floating-btn {
			display: flex;
			align-items: center;
			justify-content: center;

			width: 100px;
			height: 42px;

			border-radius: 0 !important;

			font-size: 14px !important;
			text-decoration: none;

			padding: 0 !important;
		}

		/* Mobile */
		@media (max-width: 768px) {

			.feedback-floating {
				right: 15px;
				bottom: 15px;
			}

			.feedback-floating-btn {
				width: 90px;
				height: 40px;

				font-size: 13px !important;
			}
		}