.tm-wrapper-9bb0ab7b {
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.tm-name-9bb0ab7b {
    margin-top: 0;
    margin-bottom: 15px;
}
.tm-bio-9bb0ab7b {
    margin-bottom: 20px;
}
.tm-graphics-9bb0ab7b {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.tm-photo-col-9bb0ab7b {
    flex: 1 1 100%;
}
@media (min-width: 768px) {
    .tm-photo-col-9bb0ab7b {
        flex: 1 1 200px;
    }
}
.tm-art-col-9bb0ab7b {
    flex: 1 1 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
}
@media (min-width: 768px) {
    .tm-art-col-9bb0ab7b {
        flex: 2 1 300px;
    }
}
.tm-art-col-9bb0ab7b a {
    flex: 1 1 50%;
    max-width: 50%;
}
.tm-artist-img-9bb0ab7b, .tm-art-img-9bb0ab7b {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.tm-art-img-9bb0ab7b {
    cursor: pointer;
    transition: transform 0.2s;
}
.tm-art-img-9bb0ab7b:hover {
    transform: scale(1.02);
}

/* Lightbox Styles */
.tm-lightbox-overlay-9bb0ab7b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    padding: 20px;
}
.tm-lightbox-inner-9bb0ab7b {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.tm-lightbox-inner-9bb0ab7b img {
    max-width: 100%;
    max-height: 90vh;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.tm-lightbox-close-9bb0ab7b {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
