/* SHSAC Power of 10 Directory */

.shsac-po10-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
    margin: 1.5rem 0;
}

.shsac-po10-card {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.shsac-po10-photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    display: block;
}

.shsac-po10-name {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    line-height: 1.3;
}

.shsac-po10-meta {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 0.9rem;
    flex-grow: 1;
}

.shsac-po10-meta li {
    margin: 0 0 0.3rem;
}

.shsac-po10-button {
    display: inline-block;
    background: #d02d26;
    color: #fff !important;
    text-decoration: none;
    padding: 0.5rem 0.9rem;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: center;
    transition: background 0.15s ease;
}

.shsac-po10-button:hover,
.shsac-po10-button:focus {
    background: #a82019;
    color: #fff;
}

.shsac-po10-club-button {
    font-size: 1rem;
    padding: 0.65rem 1.2rem;
}

.shsac-po10-empty {
    font-style: italic;
    opacity: 0.75;
}
