/* 
Theme Name: Watch-Broker
Theme URI: https://lightsaberpromotions.com/lsp_child.zip
Description: Watch-Broker is a theme dependent of Hello Elementor, created by Chris Coleman
Author: Christopher Coleman
Author URI: https://marketcopilot.com
Template: hello-elementor
Version: 3.3.0
Text Domain: Watch-Broker
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* This is the Wire Instructions form css */
#gform_wrapper_5 .gfield {
    margin-bottom: 8px; /* default is 20px+ */
}
#gform_wrapper_5 .gfield_label {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
#gform_wrapper_5 .ginput_container input,
#gform_wrapper_5 .ginput_container textarea {
    font-size: 12px;
    padding: 5px;
    border-radius: 0px;
}
#gform_wrapper_5 .gfield_radio li,
#gform_wrapper_5 .gfield_checkbox li {
    display: block;
	margin-bottom: 10px;	
}
#gform_wrapper_5 .gform_footer input[type="submit"] {
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#gform_wrapper_5 .gform_footer input[type="submit"]:hover {
    background-color: #333;
}

@media (max-width: 600px) {
    #gform_wrapper_5 .gfield_radio li {
        display: block;
        margin-bottom: 10px;
    }
}

#gform_wrapper_5 #input_5_14 .gchoice {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

#gform_wrapper_5 #input_5_14 {
    display: block; /* this allows inline children if needed */
}







/* End of wire instructions css */

/* ////////////////////////////// CSS for Dashboard contact info card ///////////////////////// */
.custom-dashboard-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    max-width: 600px;
    background: #f9f9f9;
    font-family: inherit;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}

.dashboard-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.edit-link {
    font-size: 14px;
    color: #0073aa;
    text-decoration: none;
}

.edit-link:hover {
    text-decoration: none;
}

.contact-item {
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 5px 5px;
    margin-bottom: 12px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-item .label {
	background-color: #f1f1f1;    
    padding: 10px 12px;
    border-radius: 6px 0 0 6px;
    font-weight: 600;
    color: #333;
    flex: 1;
	border-right: 1px solid #ccc; /* ← Add this line */            
    margin-right: 12px;
}

.contact-item .value {
    flex: 2;
    text-align: left;
    color: #222;
}

.manage-btn {
    margin-top: 10px;
    display: inline-block;
    background-color: #0073aa;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}

.manage-btn:hover {
    background-color: #005f8d;
}

/*/////////////////////////////////// My Watchlist */
.watchlist-auctions li {
    transition: box-shadow 0.2s ease;
}
.watchlist-auctions li:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.watchlist-auctions a {
    text-decoration: none;
    color: inherit;
}

/* ////////////////////// Countdown css grid watchlist ////////*/
/* Main watchlist container */
.yith-wcact-my-watchlist {
    margin: 0 -10px;
}

/* Individual auction items */
.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: #fff;
}

.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Product image - made smaller */
/* Product image - made even smaller */
.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist-image {
    width: 60px !important;  /* Reduced from 80px */
    height: 60px !important; /* Reduced from 80px */
    margin-right: 12px; /* Reduced from 15px */
    float: left;
    overflow: hidden;
    border-radius: 3px;
}

/* Adjust the info container to match new image size */
.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist-info {
    margin-left: 72px; /* image width + margin (60 + 12) */
}

.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist-info h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 1.3;
}

.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist-info .price {
    font-size: 15px;
    margin-bottom: 5px;
}

/* Bid status - more compact */
.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist-status {
    font-size: 13px;
    margin-bottom: 5px;
    padding: 3px 6px;
    display: inline-block;
    border-radius: 3px;
}

/* Date/time - smaller */
.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist-time {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/* Clear floats */
.yith-wcact-my-watchlist .yith-wcact-clear {
    clear: both;
}

/* Grid layout for larger screens */
@media (min-width: 768px) {
    .yith-wcact-my-watchlist {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 15px;
    }
    
    .yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist {
        margin-bottom: 0;
    }
}

/* Timer */
/* Countdown timer styling */
.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist-time .timer {
    display: inline-flex;
    gap: 8px;
}

.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist-time .timer span {
    display: inline-block;
    min-width: 30px;
    text-align: center;
    font-weight: bold;
}

.yith-wcact-my-watchlist .yith-wcact-my-auction-watchlist-time .timer .time-label {
    font-weight: normal;
    margin-left: 2px;
}

/* Fix spacing and border between image and title in my-auctions grid */
.yith_wcact_my_auctions_watchlist_list_index td.my-auction-watchlist-list-index-product {
    display: flex;
    align-items: center;
    gap: 16px;
    border-left: 1px solid #ddd;
    padding-left: 12px;
}

.yith_wcact_my_auctions_watchlist_list_index td.my-auction-watchlist-list-index-product img {
    border: 1px solid #ccc;
    border-radius: 6px;
    max-width: 60px;
    height: auto;
}

.yith_wcact_my_auctions_watchlist_list_index td.my-auction-watchlist-list-index-product {
    display: flex;
    align-items: center;
    gap: 16px; /* Space between image and title */
    padding: 10px;
}

.yith_wcact_my_auctions_watchlist_list_index .yith-wcact-my-account-image {
    flex-shrink: 0;
    border-right: 1px solid #ccc;
    padding-right: 16px;
    margin-right: 16px;
}

.yith_wcact_my_auctions_watchlist_list_index td.my-auction-watchlist-list-index-product a {
    font-weight: 500;
    text-decoration: none;
    color: #111;
}

/* Style the 'My Auctions' product column */
.yith_wcact_my_auctions_auction_list_index td.my-auction-list-index-product {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px;
}

/* Border and spacing between image and title */
.yith_wcact_my_auctions_auction_list_index .yith-wcact-my-account-image {
    flex-shrink: 0;
    border-right: 1px solid #ccc;
    padding-right: 16px;
    margin-right: 16px;
}

/* Clean up link styling */
.yith_wcact_my_auctions_auction_list_index td.my-auction-list-index-product a {
    font-weight: 500;
    text-decoration: none;
    color: #111;
}
