/* ============================================================================
   SHARED COMPONENT: fav/share/preview action bar (A5) — info+buy pages + AR/wall views — STRUCTURE tier
   Migrated 2026-07-05 (A-tail sweep). PHASE-A FIDELITY: verbatim relocation.
   ============================================================================ */
.fav-icon-artwork {
   border-bottom: 1px solid #DCD3BF;
   padding-bottom: 20px;
   margin-top: 20px;
   margin-bottom: 30px;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   gap: 0;
   /* Whitespace/BOM text nodes between includes must not create a left flex gap */
   font-size: 0;
   line-height: 0;
}

.fav-icon-artwork > a,
.fav-icon-artwork > .artwork-share-wrapper {
   font-size: 16px;
   line-height: 24px;
   margin: 0 16px 8px 0;
}

.fav-icon-artwork > script {
   display: none;
   width: 0;
   height: 0;
   margin: 0;
   padding: 0;
   flex: 0 0 0;
}

.fav-icon-artwork > #artworkShareToastContainer {
   position: fixed;
   width: 0;
   height: 0;
   min-width: 0;
   min-height: 0;
   margin: 0;
   padding: 0;
   border: none;
   flex: 0 0 0;
   overflow: visible;
}

.fav-icon-artwork a {
   display: flex;
   align-items: center;
   gap: 6px;
   font-family: var(--font-body);
   font-weight: 500;
   font-style: Medium;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0%;
   text-transform: capitalize;
   color: #875D2A;
}

@media (max-width: 768px) {
.fav-icon-artwork {
    border-bottom: 1px solid #DCD3BF;
    padding-bottom: 14px;
    margin-bottom: 14px;
    margin-top: 24px;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fav-icon-artwork > a,
.fav-icon-artwork > .artwork-share-wrapper {
    margin: 0 10px 8px 0;
}

.fav-icon-artwork a {
    gap: 4px;
    font-size: 14px;
}

}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
.fav-icon-artwork > a,
.fav-icon-artwork > .artwork-share-wrapper {
    margin-right: 8px;
}

}
@media only screen and (max-width: 991px) {
.fav-icon-artwork a {
    line-height: 12px;
}

.fav-icon-artwork > a,
.fav-icon-artwork > .artwork-share-wrapper {
    margin-right: 14px;
}

}
