.single-artwork-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

/* Left column */
.single-artwork-image {
    flex: 1 1 25%;
}

.single-artwork-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.14);
}

/* Right column */
.single-artwork-content {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
	padding:10px;
	width:100% !important;
	background:none !important;
}
.tab-content{display:none;}
/* Typography */
.single-artwork-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #111;
}

.single-artwork-artist-name {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #777;
    margin-bottom: 1.6rem;
}

.single-artwork-description {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.8;
    color: #2c2c2c;
    
    max-width: 680px; /* keeps reading comfortable */
    margin: 16px 0 24px 0;
    
    letter-spacing: 0.2px;
}

/* First paragraph emphasis (subtle) */
.single-artwork-description::first-line {
    font-weight: 500;
    color: #1f1f1f;
}

.single-artwork-sources {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #e6e2dc; /* soft divider */

    font-family: "Georgia", "Times New Roman", serif;
    font-size: 13px;
    line-height: 1.6;
    color: #5a5a5a;
}

/* Each source block (Description, Location, etc.) */
.single-artwork-sources > div {
    margin-bottom: 5px;
}

/* Label styling */
.single-artwork-sources strong,
.single-artwork-sources b {
    font-weight: 600;
    color: #3a3a3a;
}

/* Links styling */
.single-artwork-sources a {
    color: #6b5c4a; /* muted brown */
    text-decoration: none;
    border-bottom: 1px dotted #b8a999;
    transition: all 0.2s ease;
}

.single-artwork-sources a:hover {
    color: #000;
    border-bottom: 1px solid #6b5c4a;
}

/* Optional: make links look like references */
.single-artwork-sources a::after {
    content: " ↗";
    font-size: 11px;
    color: #999;
}

/* Subtle spacing between multiple links */
.single-artwork-sources a + a {
    margin-left: 6px;
}
/* Optional: drop cap for premium feel */
.single-artwork-description::first-letter {
    font-size: 28px;
    font-weight: 600;
    float: left;
    line-height: 1;
    margin-right: 6px;
    color: #8b7355;
}

/* If description has multiple paragraphs */
.single-artwork-description p {
    margin-bottom: 12px;
}

/* Subtle separation from other sections */
.single-artwork-description + * {
    margin-top: 20px;
}

/* Mobile — stack everything */
@media (max-width: 768px) {
    .single-artwork-wrapper {
        flex-direction: column;
    }

    .single-artwork-content {
        text-align: center;
    }
}
.single-artwork-visit-gallery{
    background-color: #FAF7F2;
    border-radius: 999px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Anchor states — MUST be explicit */
.artwork-gallery-cta {
    margin-top: 24px;
    text-align: center;
}

.single-artwork-visit-gallery {
    display: inline-block;
    padding: 10px 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    color: #3a3a3a;
    text-decoration: none;
    border: 1px solid #c8a96a;
    border-radius: 4px;
    background: transparent;
    transition: all 0.25s ease;
}

.single-artwork-visit-gallery:hover {
    background: #c8a96a !important;
    color: #fff !important;
    border-color: #c8a96a !important;
}

.art-citations{
	font-size:12px;
}

/*table*/
.artwork-info-table {
    margin-top: 20px;
    max-width: 600px;
}

.artwork-info-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

.artwork-info-table tr {
    border-bottom: 1px solid #eee;
}

.artwork-info-table tr:last-child {
    border-bottom: none;
}

.artwork-info-table td {
    padding: 10px 12px;
    vertical-align: top;
}

/* Left column (labels) */
.artwork-info-table td:first-child {
    width: 40%;
    font-weight: 600;
    color: #444;
    background: #fafafa;
}

/* Right column (values) */
.artwork-info-table td:last-child {
    color: #222;
}

/* Optional hover effect */
.artwork-info-table tr:hover {
    background: #f9f9f9;
}

/*Single interpretation*/
.single-art-interpretation {
    background: #faf9f6; /* soft warm tone */
    border-left: 4px solid #8b7355; /* muted gold/brown accent */
    padding: 16px 18px;
    margin: 18px 0;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    font-family: "Georgia", "Times New Roman", serif;
}

.single-art-interpretation p {
    font-size: 15px;
    line-height: 1.7;
    color: #2f2f2f;
    margin: 0 0 10px 0;
}

.single-art-interpretation small {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #6d6d6d;
    font-style: italic;
}

/* Optional subtle divider instead of <hr> */
.single-art-interpretation + hr {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 10px 0 20px;
}
.single-artwork-compiled-by {
    margin-top: 12px;
	margin-bottom: 10px;
    padding: 10px 14px;
    background: #f9f7f3;
    border-left: 3px solid #c8a96a;
    font-family: Georgia, "Times New Roman", serif;
    display: inline-block;
}

.single-artwork-compiled-by .label {
    display: block;
    font-size: 12px;
    color: #777;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.single-artwork-compiled-by .researcher-name {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 600;
}