/* RPG Places - Wohnort-Verwaltung Stylesheet */

/* Allgemein */
.rpg-places-container {
    max-width: 100%;
}

/* Adress-Darstellung */
.rpg-places-address {
    margin-bottom: 15px;
}

.rpg-places-description {
    padding: 10px;
    max-height: 150px;
    overflow: auto;
}

.rpg-places-residents {
    padding: 10px;
}

.rpg-places-resident {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}

.rpg-places-join-inline {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
}

/* Filter */
.rpg-places-filter-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.rpg-places-filter-row label {
    font-weight: bold;
}

/* Pagination */
.rpg-places-multipage {
    text-align: center;
    margin: 10px 0;
}

/* Stadt-Karten auf Hauptseite */
.rpg-places-city-item {
    padding: 15px;
    margin-bottom: 10px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 4px;
}

.rpg-places-city-item:hover {
    background: #f5f5f5;
}

.rpg-places-city-item h3 {
    margin: 0 0 10px 0;
}

.rpg-places-city-item h3 a {
    text-decoration: none;
    color: #0066cc;
}

.rpg-places-city-item h3 a:hover {
    text-decoration: underline;
}

.rpg-places-city-stats {
    color: #666;
    font-size: 0.9em;
}

.rpg-places-city-stats span {
    margin-right: 15px;
}

/* ModCP */
.modcp-rpg-places-item {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 10px 0;
    background: #fafafa;
}

.modcp-rpg-places-item:hover {
    background: #f5f5f5;
}

.modcp-rpg-places-actions {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

/* Keine Ergebnisse */
.rpg-places-no-results {
    padding: 20px;
    text-align: center;
    color: #666;
}

/* Profil */
.rpg-places-profile-container {
    padding: 5px 0;
}

.rpg-places-profile-row {
    margin-bottom: 5px;
}
