/* Common */
.lmdc-content-wrapper,
.lmdc-bid-info-wrapper,
.lmdc-download-wrapper {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

/* Widget 1: Bid Content */
.lmdc-bid-content-section {
	background: #ffffff;
	padding: 100px 0 10px;
}

.lmdc-content-two-col {
	display: flex;
	align-items: flex-start;
justify-content: space-between;}

.lmdc-content-left {
	width: 53.66%;
}

.lmdc-content-right {
	width: 39.4%;
}

.lmdc-content-right img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.lmdc-bid-content-section .lmdc-body-text {
	color: #303078;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.lmdc-bid-content-section .lmdc-body-text p {
	margin: 0 0 20px;
}

.lmdc-bid-content-section .lmdc-body-text ul {
	margin: 0;
	padding-left: 18px;
}

.lmdc-bid-content-section .lmdc-body-text li {
	margin-bottom: 2px;
}

.lmdc-bid-content-section .lmdc-body-text li::marker {
	color: #ed1c24;
}

.lmdc-bid-content-section h3 {
	margin: 25px 0 12px;
	color: #ed1c24;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}

.lmdc-bid-content-section .lmdc-section-gap {
	margin-top: 25px;
}

/* Widget 2: Blue Bid Information */
.lmdc-bid-info-section {
	background: #353588;
	padding: 60px 0 ;
}

.lmdc-bid-info-title {
	margin: 0 0 22px;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2;
}

.lmdc-bid-info-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.lmdc-bid-info-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #ffffff;
}

.lmdc-bid-info-item:nth-child(1) {
	width: 52%;
}

.lmdc-bid-info-item:nth-child(2) {
	width: 22%;
}

.lmdc-bid-info-item:nth-child(3) {
	width: 26%;
}

.lmdc-info-icon {
	display: flex;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	background: #ed1c24;
	color: #ffffff;
}

.lmdc-info-icon .dashicons {
	width: auto;
	height: auto;
	font-size: 18px;
	line-height: 1;
}

.lmdc-info-content {
	color: #ffffff;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
}

.lmdc-info-content strong,
.lmdc-info-content span {
	display: block;
}

.lmdc-info-content strong {
	font-weight: 600;
}

/* Widget 3: Downloads */
.lmdc-download-section {
	background: #ffffff;
	padding: 40px 0 100px;
}

.lmdc-content-left > .lmdc-body-text:first-of-type {
	padding-right: 76px;
}


.lmdc-bid-content-section {
	font-family: "Roboto", Sans-serif !important;
}
.lmdc-download-notice {
	margin: 0 0 15px;
	color: #303078;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.lmdc-download-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.lmdc-download-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 16px;
	background: #ed1c24;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 2px;
	transition: opacity 0.2s ease;
}

.lmdc-download-button:hover,
.lmdc-download-button:focus {
	color: #ffffff;
	opacity: 0.9;
}

.lmdc-download-button .dashicons {
	width: auto;
	height: auto;
	font-size: 17px;
}

/* Tablet */
@media (max-width: 1024px) {
	.lmdc-content-two-col {
		gap: 25px;
	}

	.lmdc-content-left {
		width: 58%;
	}

	.lmdc-content-right {
		width: 42%;
	}

	.lmdc-bid-info-row {
		gap: 20px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.lmdc-bid-content-section {
		padding: 40px 20px 30px;
	}

	.lmdc-content-two-col {
		flex-direction: column;
		gap: 25px;
	}

	.lmdc-content-left,
	.lmdc-content-right {
		width: 100%;
	}

	.lmdc-bid-info-title {
		font-size: 22px;
	}

	.lmdc-bid-info-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.lmdc-bid-info-item:nth-child(1),
	.lmdc-bid-info-item:nth-child(2),
	.lmdc-bid-info-item:nth-child(3) {
		width: 100%;
	}

	.lmdc-download-buttons {
		flex-direction: column;
		align-items: flex-start;
	}

	.lmdc-download-button {
		width: 100%;
	}
}
