/*
Theme Name: AIDDU Association — Exact Layout
Theme URI: https://aiddu.org.ua/
Description: Оновлення внутрішніх сторінок теми AIDDU Association: бокова навігація, точні заголовки та структура цифрового макета.
Author: AIDDU
Version: 1.0.1
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
Template: aiddu-association
Text Domain: aiddu-match
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Основний дизайн успадковується від AIDDU Association.
 * Тут зберігаються лише уточнення для внутрішніх сторінок.
 */

.aiddu-section-page .inner-layout {
	align-items: start;
}

.aiddu-section-page .about-nav {
	top: 126px;
}

.aiddu-section-page .about-nav a[aria-current="page"] {
	color: var(--forest);
	background: var(--mint-pale);
}

.aiddu-section-page .article-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.aiddu-section-page .article-content > .entry-content {
	width: 100%;
}

.aiddu-section-page .article-content > .entry-content > :first-child {
	margin-top: 0;
}

.aiddu-section-page .article-content > .entry-content > :last-child {
	margin-bottom: 0;
}

.aiddu-section-page .about-nav .aiddu-nav-arrow {
	flex: 0 0 auto;
	font-weight: 500;
}

body.admin-bar .aiddu-section-page .about-nav {
	top: 158px;
}

@media (max-width: 782px) {
	body.admin-bar .aiddu-section-page .about-nav {
		top: auto;
	}
}

@media (max-width: 760px) {
	.aiddu-section-page .about-nav {
		top: auto;
	}
}
