/* ================================
   SINGLE PRODUCT STYLES
================================ */
.ns-song-author-wrap {
    margin-top: 14px;
}

.ns-song-author-wrap input {
    width: 100%;
    max-width: 320px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.ns-required {
    color: red;
}

/* ================================
   HARD HIDE ON ARCHIVE (NO GAP)
================================ */
.woocommerce ul.products li.product .ns-song-author-wrap,
.woocommerce ul.products li.product input {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
