.ccm19-placeholder {
	display: flex !important;
	align-items: center;
	width: 100%;
	margin: 0.5rem 0;
	padding: 0.85rem 1rem;
	border: 1px solid #d9d4c8;
	border-radius: 6px;
	background: #f7f5f0;
}

.ccm19-placeholder-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
}

.ccm19-placeholder-text {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.4;
	color: #4a463d;
}

.ccm19-placeholder-button {
	flex-shrink: 0;
	padding: 0.5rem 1.1rem;
	border: none;
	border-radius: 4px;
	background: #2271b1;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.ccm19-placeholder-button:hover,
.ccm19-placeholder-button:focus-visible {
	background: #135e96;
}

.ccm19-placeholder-button:active {
	background: #0a4b78;
}

@media (max-width: 600px) {
	.ccm19-placeholder-content {
		flex-direction: column;
		align-items: flex-start;
	}

	.ccm19-placeholder-button {
		width: 100%;
	}
}
