/* art-spotlight.php */
@import url('/tailwind.css');
@import url('/app/global.css');
@import url('/fonts.css');

body {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    /* background: antiquewhite !important; */
    /* color: white; */
    min-height: 100vh;
    /* overflow-y: hidden; */
    font-family: var(--font-inter) !important;
    margin: 0;
    padding: 0;
    /* color: #333; */
}

.artist-item {
    display: block !important; /* Override inline style */
}

.similar-artists-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    min-height: 200px;
}

.loading-spinner-similar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #666;
    text-align: center;
}

.loading-spinner-similar svg {
    color: #999;
}

.animate-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Button styles */
.buttons-container {
    display: flex;
    justify-content: center;
}

.button-group {
    display: flex;
    height: 45px;
    /* overflow: hidden; */
}

.button-home {
    display: flex;
    height: 100%;
    width: 125px;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    padding-left: 45px;
    padding-right: 1rem;
    background-color: #000;
    color: white;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}

.button-back {
    display: flex;
    height: 100%;
    width: 125px;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    padding-left: 1rem;
    padding-right: 45px;
    background-color: #000;
    color: white;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

/* Shape SVG styles */
.shape-svg {
    margin: 0 -1px;
    height: 100%;
    width: auto;
}

.spotlight-container {
    border: 1px solid #e0e0d9;

    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
    margin-top: 40px;
    margin-bottom: 40px;
}

.back-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(45deg, #1da1f2, #0d8bd9);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    font-weight: 500;
    /* box-shadow: 0 4px 15px rgba(29, 161, 242, 0.2); */
}

.back-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(29, 161, 242, 0.3);
}

.artwork-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: khaki; */
    border-radius: 1rem;
    grid-row: 2;
}

.profile-section {
    display: flex;
    align-items: center;
    flex: 1rem;
    position: relative;
}

.source-button-container {
    position: absolute;
    bottom: .625rem;
    right: .625rem;
    z-index: 1000;
}

.source-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    background: rgba(255, 255, 255, 0.75);
    color: black;
    text-decoration: none;
    border-radius: .625rem;
    font-size: .875rem;
    font-weight: 600;
    backdrop-filter: blur(5px);
}

.source-button:hover {
    /* background: white;
    color: black; */
    width: auto;
    padding: 0 .563rem;
    flex-direction: row-reverse;
    gap: .5rem;
}

.source-button:hover::after {
    content: "View Source";
    font-weight: 600;
    white-space: nowrap;
}

.source-icon {
    width: .875rem;
    height: .875rem;
    flex-shrink: 0;
}

.profile-image {
    width: 4rem; /* was originally 4.625rem */
    height: 4rem; /* was originally 4.625rem */
    border-radius: 50%;
    object-fit: cover;
    margin-right: .625rem;
    /* border: 2px solid #000; */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
    transition: transform 0.3s ease;
}

.artist-info {
    flex: 1;
}

.artist-name-container {
    position: relative;
    display: inline-block;
    margin-bottom: .625rem;

    text-decoration: none; 
    color: inherit;
}

.other-artworks {
    font-size: 1rem;
    margin: 0;
    color: black;
    font-weight: 700;
    /* background: #000; */
    /* padding: 0rem .5rem 0rem .5rem; */
    padding-bottom: 1rem;
    position: relative;
    z-index: 2;
    display: inline-block;
    /* grid-row: 3; */
}

.similar-artists {
    font-size: 1rem;
    margin: 0;
    color: black;
    font-weight: 700;
    /* background: #000; */
    /* padding: 0rem .5rem 0rem .5rem; */
    position: relative;
    z-index: 2;
    display: inline-block;
    /* grid-row: 3; */
}

.artist-name {
    font-size: 14px;
    margin: 0;
    color: white;
    font-weight: 600;
    background: #000;
    padding: 0rem .5rem 0rem .5rem;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.artist-name-more-container {
    position: relative;
    display: inline-block;
    /* margin-bottom: .625rem; */

    text-decoration: none; 
    color: inherit;
}

.artist-name-more {
    font-size: 1rem;
    margin: 0;
    color: black;
    font-weight: 700;
    /* background: #000; */
    /* padding: 0rem .5rem 0rem .5rem; */
    position: relative;
    z-index: 2;
    display: inline-block;
    grid-row: 3;
}

.more-art-by-artist-container {
    margin-top: -.5rem;
    height: fit-content;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    order: -1;
    grid-row: 4;
}

/* RESPONSIVE MORE ARTWORK DISPLAY */
.more-artwork-display {
    display: grid;
    gap: 1rem;
    width: 100%;
    justify-content: center;

    /* justify-content: left;
    padding-left: 1.5rem; */
    
    /* Default: 4 columns on large screens */
    grid-template-columns: repeat(4, minmax(0, 8.85rem));
}

.more-artwork-display img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 1rem;
}

.spotlight-left-panel.desktop-format .more-artwork-display img {
    max-height: 6vh; /* Half the default size to test */
    aspect-ratio: 1/1;
}

/* Very tall/vertical images - keep current or slightly smaller */
.spotlight-left-panel.tall-image .more-artwork-display img {
    max-height: 8vh;
    aspect-ratio: 1/1;
}

.art-artist-featured-in {
    font-size: 1rem;
    margin: 0;
    color: black;
    font-weight: 700;
    /* background: #000; */
    /* padding: 0rem .5rem 0rem .5rem; */
    position: relative;
    z-index: 2;
    display: inline-block;
    grid-row: 5;
}

.art-featured-container {
    font-size: 1rem;
    margin: 0;
    color: black;
    font-weight: 700;
    position: relative;
    z-index: 2;
    display: inline-block;
    grid-row: 6;
}

/* RESPONSIVE FEATURED VIDEOS */
.art-more-featured-videos {
    display: grid;
    gap: 1rem;
    width: 100%;
    margin-top: -.5rem;
    justify-content: center;
    /* justify-content: left;
    padding-left: 1.5rem;     */
    
    /* Default: 2 columns */
    grid-template-columns: repeat(2, minmax(0, 18.85rem));
}

.art-more-featured-videos img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 1rem;
}

.artist-socials {
    display: flex;
    gap: .625rem;
    margin-top: .625rem;
    flex-wrap: wrap;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    /* background: #000; */
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* .social-icon:hover {
    transform: scale(1.1);
    background: #333;
} */

.social-icon img {
    width: 1rem !important;
    height: 1rem !important;
}

.artist-username {
    color: #1da1f2;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.artist-username::before {
    content: '@';
    margin-right: 3px;
    font-weight: 600;
}

.artwork-title {
    color: #666;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.4;
}

.social-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-link {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;
}

.social-link:first-child {
    background: linear-gradient(45deg, #1da1f2, #0d8bd9);
}

.social-link:first-child:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(29, 161, 242, 0.3);
}

.social-link:last-child {
    background: linear-gradient(45deg, #ff6b6b, #ee5a52);
}

.social-link:last-child:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.artwork-display {
    text-align: left;
    position: relative;
    display: flex !important; /* Changed back to flex */
    justify-content: center !important; /* Align to left */
    align-items: center !important; /* Align to top */
    width: 100%;
    max-height: 100vh; /* Match the image max-height */
    /* overflow: hidden; */
}

.artwork-display img {
    border-radius: 1rem !important;
    transform: translateZ(0) !important; /* Force hardware acceleration */
    -webkit-transform: translateZ(0) !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    max-height: 70vh !important;
    max-width: 100% !important;
}

.image-wrapper-outer {
    border-radius: 1rem;
    justify-self: center;
    height: 100%;
    /* overflow: hidden; */
}

.image-wrapper-inner {
    border-radius: 1rem;
    position: relative;
    display: inline-block;
    width: 100%;
}

.image-wrapper-inner img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    max-height: 70vh !important;
    border-radius: 1rem !important;
}

.main-image {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 1rem;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
    transition: all 0.3s ease;
    /* cursor: zoom-in; */
}

/* .main-image:hover {
    transform: scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
} */

.image-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    cursor: zoom-out;
    backdrop-filter: blur(5px);
}

.fullscreen-image {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    border-radius: 10px;
}

.close-fullscreen {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close-fullscreen:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.artwork-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.detail-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(29, 161, 242, 0.1);
    transition: all 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.detail-card h3 {
    color: #1da1f2;
    margin-bottom: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.detail-card h3::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(45deg, #1da1f2, #0d8bd9);
    margin-right: 12px;
    border-radius: 2px;
}

.tags-container {
    background: white;
    padding: 25px;
    border-radius: 15px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
    border: 1px solid rgba(29, 161, 242, 0.1);
}

.hashtag {
    display: inline-block;
    background: linear-gradient(45deg, #e1f5fe, #b3e5fc);
    color: #1da1f2;
    padding: 8px 15px;
    margin: 4px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(29, 161, 242, 0.2);
}

.hashtag:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(29, 161, 242, 0.2);
    background: linear-gradient(45deg, #b3e5fc, #81d4fa);
}

.debug-info {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(29, 161, 242, 0.1);
}

.debug-info h3 {
    color: #1da1f2;
    margin-bottom: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.debug-info h3::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(45deg, #1da1f2, #0d8bd9);
    margin-right: 12px;
    border-radius: 2px;
}

.image-info {
    margin-top: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    color: #666;
    font-size: 12px;
}

.image-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.info-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(29, 161, 242, 0.1);
}

.info-item:hover {
    background: #e3f2fd;
    transform: translateX(5px);
}

.info-item strong {
    color: #1da1f2;
    margin-right: 10px;
    min-width: 90px;
    font-weight: 600;
}

.engagement-score {
    background: linear-gradient(45deg, #ff6b6b, #ee5a52);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.post-date {
    color: #666;
    font-style: italic;
}

.no-artwork {
    text-align: center;
    padding: 50px 20px;
    color: #666;
    font-size: 18px;
}

.loading-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* art-spotlight.css */
.spotlight-layout {
    display: flex;
    flex-wrap: wrap; /* Keep this for wrapping */
    max-width: 90vw;
    margin: 0 auto;
    padding: 2rem;

    padding-top: 0rem;
    scroll-margin-top: 0rem !important;
    padding-top: 0rem !important;

    min-height: 100vh;
    gap: 1rem;
    /* Add this to prevent stretching */
    align-items: flex-start; 
    /* Suppose to help lign up the similar artists (right-panel) with clicked image (left-panel) */
    align-items: stretch;
}

.spotlight-left-panel {
    flex: 0 0 70%;
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #e0e0d9;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
    order: -1;
    grid-row: 1;

    margin-top: 50px;
}

/* Replace the existing .spotlight-down-panel rule with this: */
.spotlight-down-panel {
    /* flex: 1; */
    min-width: 300px;
    min-height: 100vh;
    position: relative;
}

.spotlight-right-panel {
  /* width was originally 28.75% */
    width: 28.75%;
    max-width: 28.75%;
    border-radius: 1rem;
    padding: 1rem;
    /* Turning this off, makes the div match with the left-panel as written in left-panel */
    /* height: fit-content; */
    border: 1px solid #e0e0d9;

    margin-top: 50px;
}

.more-artwork-artists {
    width: 100%;
    height: 100%;
}

.source-link, .image-link {
    display: inline-block;
    margin-right: 1rem;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #666;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.source-link:hover, .image-link:hover {
    background: #e9ecef;
    color: #333;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.tag {
    background: #f0f0f0;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #666;
}

.tag-more {
    background: #667eea;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
}

/* Dynamic grid system - adjusts columns based on available width */
.main-art-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 1rem !important;
    align-items: flex-start !important;
    width: 100% !important;
    height: fit-content !important;
    padding: 0 0 !important;
    margin: 0 !important;
    
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    -webkit-overflow-scrolling: touch;
}

.spotlight-main-image {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: fit-content;
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #e0e0d9;
}

/* Ensure images in the grid maintain aspect ratio */
.main-art-container .art-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 1rem !important;
}











/* Art Spotlight Responsive Design */

/* Desktop | 1281px - 1440px  */
@media (max-width: 1280px) {
  /* None, coded on macbook m1 pro */
}

/* Medium Laptop/Desktop | 1515px - 1920px */
@media (max-width: 1515px) {
 /* None, coded on macbook m1 pro */
}

/* Small Laptop/Desktop | 1024px - 1280px */
@media (max-width: 1024px) {
  .spotlight-layout {
    flex-direction: column;
    max-width: 95vw;
    padding: 1rem;
    gap: 1rem;
  }
  
  .spotlight-left-panel {
    flex: none;
    width: 100%;
    padding: 1rem;
  }
  
  .spotlight-right-panel {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  
  .spotlight-down-panel {
    order: 3;
    min-height: auto;
  }
  
  .more-artwork-display {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
  
  .art-more-featured-videos {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .artist-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Mobile Small Portrait (Normal) () | up to 480px */
/* S20+, iPhone 12, iPhone 13 */
@media (max-width: 480px) and (orientation: portrait) {
  .spotlight-layout {
    max-width: 100vw;
    padding: 0.5rem;
    gap: 0.5rem;
  }

  .spotlight-left-panel {
    margin-top: 70px;
  }
  
  .spotlight-left-panel,
  .spotlight-right-panel {
    padding: 0.75rem;
    border-radius: 1rem;
  }
  
  .artwork-display img {
    /* max-height: 60vh !important; */
    border-radius: 1rem !important;
  }
  
  .profile-image {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
  }
  
  .artist-name {
    font-size: 0.875rem;
    padding: 0rem 0.375rem;
  }

  .artist-name-similar-artists {
    font-size: 0.813rem;
  }

  /* .artist-name-more {
    font-size: 1.1rem;
  }
  
  .art-artist-featured-in {
    font-size: 1.1rem;
  } */

  .other-artworks,
  .similar-artists,
  .artist-name-more,
  .art-artist-featured-in {
    font-size: 1.25rem !important;
    padding-left: 1rem !important;
  }
  
  .more-artwork-display {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  
  .more-artwork-display img {
    border-radius: 8px;
  }
  
  .art-more-featured-videos {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
  }
  
  .art-more-featured-videos img {
    border-radius: 8px;
  }
  
  .source-button-container {
    bottom: 0.5rem;
    right: 0.5rem;
  }
  
  .source-button {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
  }

  .artist-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Mobile Small Landscape (Seitlich gehalten) | up to 950px */
/* S20+, iPhone 14, iPhone 15 Pro in Landscape (Seitlich gehalten) */
@media (max-width: 950px) and (orientation: landscape) {
  .spotlight-layout {
    flex-direction: row;
    max-width: 80vw;
    padding: 0.5rem;
    gap: 0.75rem;
  }
  
  .spotlight-left-panel {
    margin-top: 70px;
    flex: 0 0 60%;
    padding: 0.75rem;

    height: fit-content;
  }
  
  .spotlight-right-panel {
    margin-top: 70px;
    width: 38%;
    max-width: 38%;
    order: 1;
  }
  
  .spotlight-down-panel {
    width: 100%;
    order: 3;
    min-height: auto;
  }
  
  .artwork-display img {
    /* max-height: 50vh !important; */
    border-radius: 1rem !important;
  }
  
  .profile-image {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .more-artwork-display {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .artist-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Mobile Large Portrait (Normal) | 481px - 600px */
/* iPhone 14 Pro Max, Pixel 7 Pro, larger phones */
@media (min-width: 481px) and (max-width: 600px) and (orientation: portrait) {
  .spotlight-layout {
    padding: 0.75rem;
    gap: 0.75rem;
  }
  
  .spotlight-left-panel,
  .spotlight-right-panel {
    padding: 1rem;
    border-radius: 14px;
  }
  
  .artwork-display img {
    /* max-height: 65vh !important; */
    border-radius: 1rem !important;
  }
  
  .profile-image {
    width: 3.5rem;
    height: 3.5rem;
  }
  
  .more-artwork-display {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
  
  .more-artwork-display img {
    border-radius: 10px;
  }
  
  .art-more-featured-videos img {
    border-radius: 10px;
  }
}

/* Tablet Portrait (Normal) | 601px - 1024px */
@media (min-width: 601px) and (max-width: 1024px) and (orientation: portrait) {
 .spotlight-layout {
   max-width: 100vw;
   padding: 1rem;
   gap: 1rem;
 }

 .spotlight-left-panel {
   margin-top: 5rem;
   flex: none;
   width: 100%;
   padding: 1.25rem;
   border-radius: 1rem;
 }
 
 .spotlight-right-panel {
   width: 100%;
   max-width: 100%;
   order: 2;
   padding: 1.25rem;
   border-radius: 1rem;
 }
 
 .spotlight-down-panel {
   order: 3;
   min-height: auto;
 }
 
 .artwork-display img {
   /* max-height: 70vh !important; */
   border-radius: 1rem !important;
 }
 
 .profile-image {
   width: 4rem;
   height: 4rem;
   margin-right: 0.75rem;
 }
 
 .artist-name {
   font-size: 14px;
   padding: 0rem 0.5rem;
 }
 
 .other-artworks,
 .similar-artists,
 .artist-name-more {
   font-size: 1rem;
   padding-left: 1rem;
 }
 
 .more-artwork-display {
   grid-template-columns: repeat(4, minmax(0, 1fr));
   gap: 1rem;
 }
 
 .more-artwork-display img {
   border-radius: 12px;
 }
 
 .art-more-featured-videos {
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 1rem;
 }
 
 .art-more-featured-videos img {
   border-radius: 12px;
 }
 
 .source-button-container {
   bottom: 0.75rem;
   right: 0.75rem;
 }
 
 .source-button {
   width: 2rem;
   height: 2rem;
   border-radius: 0.625rem;
   font-size: 0.875rem;
 }

  .artist-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Tablet Landscape (Seitlich gehalten) | 951px - 1366px */
@media (min-width: 951px) and (max-width: 1366px) and (orientation: landscape) {
 .spotlight-layout {
   flex-direction: row;
   max-width: 84vw;
   padding: 1rem;
   gap: 1rem;
 }
 
 .spotlight-left-panel {
   margin-top: 5rem;
   flex: 0 0 65%;
   padding: 1.25rem;
   border-radius: 1rem;
 }
 
 .spotlight-right-panel {
   margin-top: 5rem;
   width: 33%;
   max-width: 33%;
   order: 1;
   padding: 1.25rem;
   border-radius: 1rem;
 }
 
 .spotlight-down-panel {
   width: 100%;
   order: 3;
   min-height: auto;
 }
 
 .artwork-display img {
   /* max-height: 60vh !important; */
   border-radius: 1rem !important;
 }
 
 .profile-image {
   width: 3rem;
   height: 3rem;
 }
 
 .more-artwork-display {
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 0.75rem;
 }
 
 .more-artwork-display img {
   border-radius: 12px;
 }
 
 .art-more-featured-videos {
   grid-template-columns: repeat(1, minmax(0, 1fr));
   gap: 0.75rem;
 }

  .artist-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}