/*
Theme Name: VMK Logistic Child
Theme URI: https://vmk.fi/
Author: VMK Team
Author URI: https://vmk.fi/
Template: logistic
Description: Child theme for VMK logistics WordPress baseline.
Version: 0.2.0
Text Domain: vmk-logistic-child
*/

/**
 * VMK-WP-003A baseline corrections.
 *
 * Keep these rules homepage- and component-scoped so legacy pages retain
 * their existing Logistic and WPForms presentation.
 */
@media screen and (max-width: 600px) {
	body.home #tarjous form#wpforms-form-2399 #wpforms-2399-field_12-container .wpforms-field-row {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	body.home #tarjous form#wpforms-form-2399 #wpforms-2399-field_12-container .wpforms-field-row-block {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		margin-left: 0;
		padding: 0;
	}

	body.home #tarjous form#wpforms-form-2399 #wpforms-2399-field_12-container .wpforms-field-row-block + .wpforms-field-row-block {
		margin-top: 15px;
	}

	body.home #tarjous form#wpforms-form-2399 #wpforms-2399-field_12-container input {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	body.home #ozy-cookie_notice_banner {
		box-sizing: border-box;
		width: auto;
		max-width: none;
		max-height: min(180px, 35vh);
		left: 16px;
		right: 16px;
		padding: 12px 16px;
		overflow-y: auto;
		font-size: 12px;
		line-height: 1.35;
		letter-spacing: 0;
		text-align: left;
	}

	body.home #ozy-cookie_notice_banner > div {
		text-align: left;
	}

	body.home #ozy-cookie_notice_banner > a.generic-button {
		margin-top: 8px;
		padding: 8px 16px;
	}
}
