
	.rwmm-top-container {
		display: flex;
	}

	.rwmm-top-container {
		position: static !important;
		display: block;
	}

	.gjs-dashed .dropdown-menu {
		display: none !important;
	}

	.rwmm-top-container .rwmm-content-container {
		width: 100%;
		padding: 20px;
	}

	.rwmm-top-container .rwmm-content-container .col {
		border-right: 1px solid #ddd;
		padding-right: 15px;
	}

	.rwmm-top-container .rwmm-content-container .col:last-child {
		border-right: none;
		padding-right: 0;
	}

	.rwmm-close-btn {
		position: absolute;
		top: -0.7rem;
		right: 10px;
		background: none;
		border: none;
		font-size: 35px;
		font-weight: 700;
		color: #000;
		z-index: 99;
	}

	.rwmm-top-container .rwmm-content-container .row {
		border-bottom: 1px solid #ddd;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.rwmm-top-container .rwmm-content-container .row:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	@media (max-width: 760px) {
		.rwmm-content-container .col:not(:last-child) {
			border-right: none;
		}

		.rwmm-close-btn {
			position: relative;
			float: inline-end;
		}

		.rwmm-content-container .col:not(:last-child) hr {
			display: block;
			margin: 15px 0;
		}

		.rwmm-content-container .col:last-child hr {
			display: none;
		}
	}