/* ── Magan Artists Page ─────────────────────────────────────────────────── */

.magan-artists {
    max-width: 780px;
    margin: 0 auto;
    font-family: inherit;
}


/* ── Anchor index ────────────────────────────────────────────────────────── */

.magan-index {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.magan-index-heading {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0.75rem;
}

.magan-index-list {
    line-height: 1.9;
    color: #333;
}

.magan-index-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s;
}

.magan-index-link:hover {
    border-bottom-color: #333;
}


/* ── Artist section ──────────────────────────────────────────────────────── */

.magan-artist {
    margin-bottom: 0;
}

.magan-artist-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
    color: #111;
}

.magan-tier-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 1px 5px;
    margin-right: 0.5rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


/* ── Artworks table ──────────────────────────────────────────────────────── */

.magan-artworks-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

.magan-artwork-row td {
    padding: 0.4rem 0.5rem;
    vertical-align: middle;
    border: none;
}

.magan-artwork-row:first-child td {
    padding-top: 0;
}

.magan-artwork-title {
    color: #222;
    font-size: 0.9rem;
    width: 100%;
}

.magan-artwork-description {
    margin-top: 0.35rem;
    color: #666;
    font-size: 0.8rem;
    line-height: 1.5;
}

.magan-artwork-description p {
    margin: 0 0 0.25rem;
}

.magan-artist-bio {
    color: #444;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.magan-artist-bio p {
    margin: 0 0 0.5rem;
}

.magan-artwork-price {
    white-space: nowrap;
    color: #555;
    font-size: 0.85rem;
    text-align: right;
    padding-right: 1rem;
}

.magan-artwork-thumb {
    width: 80px;
    min-width: 80px;
    text-align: left;
    padding-right: 0.75rem !important;
}

.magan-artwork-thumb img {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover;
    display: block;
    border-radius: 2px;
    cursor: pointer;
    transition: opacity 0.15s;
}

.magan-artwork-thumb img:hover {
    opacity: 0.85;
}


/* ── Buy button ──────────────────────────────────────────────────────────── */

.magan-artwork-buy {
    white-space: nowrap;
    text-align: right;
    padding-left: 0.5rem !important;
}

.magan-buy-btn {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: #111;
    border-radius: 3px;
    padding: 3px 9px;
    text-decoration: none;
    transition: background 0.15s;
}

.magan-buy-btn:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}


/* ── Divider between artists ─────────────────────────────────────────────── */

.magan-artist-divider {
    height: 1px;
    background: #e5e5e5;
    margin: 1.75rem 0;
}

.magan-artist:last-child .magan-artist-divider {
    display: none;
}


/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 480px) {
    .magan-artwork-price {
        display: none;
    }
    .magan-artwork-thumb img {
        width: 56px;
        height: 56px;
    }
}
