/**
 * 物件検索ブロック共通（一覧: parts/property-search-block.html）
 * トップ専用レイアウトは property-search-block-top.css（parts/property-search-block-top.html）
 * lbpc-public-filter.js の data-search-* 契約に合わせる
 */
.minolink-property-search-block {
	box-sizing: border-box;
	padding: clamp(24px, 3vw, 32px);
	border-radius: var(--wp--custom--radius--large);
	box-shadow: var(--wp--custom--shadow--card);
}

.minolink-property-search-block__form {
	margin: 0;
}

.minolink-property-search-block__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--wp--preset--spacing--40);
	margin-bottom: var(--wp--preset--spacing--40);
}

.minolink-property-search-block__label {
	display: block;
	margin-bottom: 4px;
	font-size: var(--wp--preset--font-size--xx-small);
	font-weight: var(--wp--custom--font-weight--bold);
	color: var(--wp--preset--color--contrast);
}

.minolink-property-search-block__control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	padding: 12px;
	border-radius: var(--wp--custom--radius--small);
	border: 1px solid var(--wp--preset--color--gray-300);
	background-color: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);

	background-image: url('../../images/chevron-down.svg');
	background-repeat: no-repeat;
	background-position: right 12px center;
}


.minolink-property-search-block__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--wp--preset--spacing--40);
}
