/* Soroptimist project + activity templates (plugin prode-soroptimist-content) */
.soro-hero { width: 100%; height: 45vh; min-height: 260px; max-height: 560px; overflow: hidden; background: #f5f5f5; }
.soro-hero .soro-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.soro-single .container { padding-top: 40px; padding-bottom: 60px; }
.soro-single .soro-title { margin-bottom: 12px; color: #051a2d; }
.soro-meta { margin: 0 0 24px; padding: 0; list-style: none; color: #4c5a68; font-size: 0.9rem; }
.soro-meta .list-inline-item { margin-right: 18px; }
.soro-meta .list-inline-item:last-child { margin-right: 0; }
.soro-status { display: inline-block; padding: 2px 10px; border-radius: 15px; font-size: 0.8rem; font-weight: 600; background: #f5f5f5; color: #051a2d; }
.soro-status-open { background: #ffc306; }
.soro-status-afgerond { background: #e3e6ea; }
.soro-category { font-weight: 600; color: #015092; }
.soro-lead { font-size: 1.15rem; font-weight: 500; color: #051a2d; margin-bottom: 24px; }
.soro-text { margin-bottom: 32px; }
.soro-text h2, .soro-text h3 { color: #051a2d; margin-top: 1.5em; }
.soro-gallery { margin: 0 0 32px; }
.soro-gallery .soro-gallery-item img { width: 100%; height: auto; display: block; border-radius: 15px; }
.soro-gallery .slick-prev, .soro-gallery .slick-next { z-index: 2; width: 40px; height: 40px; }
.soro-gallery .slick-prev { left: 12px; }
.soro-gallery .slick-next { right: 12px; }
.soro-gallery .slick-prev:before, .soro-gallery .slick-next:before { font-size: 32px; color: #fff; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); }
.soro-gallery .slick-dots { bottom: 12px; }
.soro-videos { margin-bottom: 32px; }
.soro-video { margin-bottom: 24px; }
.soro-video h3 { font-size: 1.1rem; margin-bottom: 8px; }
.soro-video .embed-responsive { border-radius: 15px; overflow: hidden; }
.soro-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 24px; }
.soro-submenu { margin: 0 0 24px; padding: 12px 16px; background: #f5f5f5; border-radius: 15px; }
.soro-submenu ul { margin: 0; }
.soro-submenu .list-inline-item a { color: #015092; font-weight: 600; }
.soro-linked { margin: 0 0 32px; }
.soro-linked ul { padding-left: 1.2em; }
.soro-back { margin-top: 16px; }
.soro-archive-header { padding: 40px 0 8px; }
.soro-archive-header h1 { color: #051a2d; }
.soro-cards { margin-bottom: 40px; }
.soro-card { display: flex; flex-direction: column; height: 100%; margin-bottom: 30px; background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(5, 26, 45, 0.08); }
.soro-card-image { display: block; height: 200px; background: #f5f5f5; }
.soro-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.soro-card-body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 18px 20px 22px; }
.soro-card-category { font-size: 0.8rem; font-weight: 600; color: #015092; margin-bottom: 6px; }
.soro-card-title { font-size: 1.15rem; margin: 0 0 8px; }
.soro-card-title a { color: #051a2d; }
.soro-card-meta { font-size: 0.85rem; color: #4c5a68; margin-bottom: 8px; }
.soro-card-text { flex: 1 1 auto; font-size: 0.9rem; margin-bottom: 14px; }
.soro-card .soro-status { align-self: flex-start; margin-bottom: 10px; }
.soro-card-link { align-self: flex-start; }
.soro-empty { padding: 40px 0; text-align: center; color: #4c5a68; }
@media (max-width: 767px) {
	.soro-hero { height: 32vh; min-height: 200px; }
	.soro-single .container { padding-top: 24px; }
}
