﻿/*
Theme Name: Bono Child
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: bono
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

@import url('./assets/css/seo-common.css');
@import url('./assets/css/city-apple.css');
@import url('./assets/css/page-author-101.css');

.org-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: transparent;
}

.org-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 18px 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.org-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.org-card__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.org-card__headline {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.org-card__name {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #0f172a;
}

.org-card__name:hover {
    color: #2563eb;
}

.org-card__tags {
    font-size: 14px;
    color: #475569;
}

.org-card__rating {
    display: flex;
    gap: 6px;
    align-items: center;
}

.org-card__meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 6px 16px;
    margin-top: 12px;
    font-size: 15px;
    color: #334155;
}

.org-card__meta .dashicons {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 4px;
}

.org-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    background: #f1f5f9;
    color: #0f172a;
}

.chip--success {
    background: rgba(34,197,94,0.15);
    color: #15803d;
}

.chip--info {
    background: rgba(59,130,246,0.15);
    color: #1d4ed8;
}

.chip--geo {
    background: rgba(248,113,113,0.15);
    color: #b91c1c;
}

.org-card__map-link {
    border: none;
    cursor: pointer;
}

.org-card__map-link:focus-visible {
    outline: 2px solid #0f172a;
}

.seo-section--org {
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.badge.rating {
    background: #0f172a;
    color: #fff;
    border-radius: 999px;
    padding: 2px 10px;
    font-weight: 600;
}

.badge.info,
.badge.muted {
    background: #e2e8f0;
    color: #475569;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 13px;
}