/*
 Theme Name:   BlingEtsy Child
 Theme URI:    https://example.com/blingetsy-child
 Description:  Child theme for Hello Elementor - Etsy-style seller dashboard (admin only)
 Author:       Homjoys
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  blingetsy-child
*/

/* Base inherits from parent; dashboard styles in assets/css/dashboard.css */

.blingetsy-btn.blingetsy-btn--secondary {
    background-color: black !important;
    color: white !important;
    padding: 10px 25px;
    border-radius: 6px;
}
#blingetsy-collapse-toggle {
    background-color: black !important;
}
.blingetsy-btn.blingetsy-btn--primary{
    background-color: black !important;
    border-radius: 6px;
    padding: 8px 20px;
}
.media-attachments-filter-heading {
    display: none !important;
}
.media-router button {
    background-color: black !important;
    padding: 10px 18px !important;
}
.media-router button.active {
    background-color: white !important;
    color: black !important;
    font-weight: bold;
}
.blingetsy-filters-card .blingetsy-filters-row.blingetsy-filters-row--primary {
    flex-direction: row-reverse;
}
.blingetsy-product-images__remove{
    padding: 0px !important;
    color: black !important;
    font-weight: 700;
}
.blingetsy-btn.blingetsy-btn--primary {
  display: block !important;
  margin-top: auto !important;
}
.media-modal-close {
    padding: 0 !important;
    color: black !important;
}
.blingetsy-messages__actions button {
    padding: 5px 15px;
    background-color: black;
    color: white;
    border-radius: 6px;
}
.blingetsy-product-tabs button {
    border-radius: 0;
    background-color: #e3e1e1;
}
.blingetsy-listings-filters-sidebar-form {
    margin-top: 25px;
}
.blingetsy-btn + .blingetsy-btn {
    margin-left: 0px !important;
}
.blingetsy-manage-variations__chip-remove {
    padding: 0px !important;
    color: red !important;
    background-color: white !important;
    border-radius: 10px !important;
}
.blingetsy-manage-variations-modal__close {
  padding: 0px !important;
  border-radius: 10px !important;
  color: red !important;
}
.blingetsy-product-tabs__tab:hover {
    background-color: white !important;
    color: black !important;
}
.blingetsy-btn.blingetsy-btn--primary {
    color: white !important;
}
.blingetsy-sales-selected-item__remove {
    display: block;
    padding: 0px !important;
    background-color: red !important;
}
.blingetsy-listings-card__title {
    font-size: 17px;
    margin-top: 10px;
}
.blingetsy-product-tabs__nav {
    background-color: #f7f7f7 !important;
}
.blingetsy-product-tabs button {
    border-radius: 0;
    background-color: #f7f7f7 !important;
    color: black !important;
}
.blingetsy-product-tabs__tab.is-active {
    border-bottom: 2px solid blue !important;
    color: blue !important;
}
.blingetsy-personalization__toggle {
    background-color: transparent !important;
    color: black !important;
    text-decoration: none !important;
    padding-left: 0px !important;
    font-weight: bold !important;
    padding-bottom: 0px !important;
    font-size: 13px !important;
}
.blingetsy-personalization.is-open textarea {
    border-radius: 10px;
    border-color: black !important;
}