/*
Theme Name: Remdevice
Template: twentytwentyfive
Description: Дочерняя тема Twenty Twenty-Five для remdevice.ru
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: remdevice
*/

/* Собственные правила добавляются ниже. Токены и типографика — в theme.json. */

/* Мини-карты в боковой колонке */
.rd-map + .rd-map {
	margin-top: 14px;
}

.rd-map__label {
	font-size: 0.8125rem;
	line-height: 1.3;
	color: var(--wp--preset--color--accent-4);
	margin-bottom: 6px;
}

.rd-map__frame {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 3px;
	overflow: hidden;
	line-height: 0;
	background-color: var(--wp--preset--color--surface-2);
}

.rd-map__frame iframe {
	display: block;
	width: 100%;
	border: 0;
}
