/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.2
Text Domain: hello-elementor-child
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 */

/* 1ESX API Deliverables Downloads List Styling */
.download-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}
.download-list-item:last-child {
    border-bottom: none;
}
.download-list-item h4 {
    font-size: 0.95rem !important;
    text-align: left;
    margin: 0 !important;
    color: #1e293b;
    font-weight: 500;
}
.download-list-item .button.button-primary {
    background-color: #ffc436 !important;
    color: #0b2b5e !important;
    border: none !important;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 8px 18px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 6px rgba(255, 196, 54, 0.15);
}
.download-list-item .button.button-primary:hover {
    background-color: #eab308 !important;
    box-shadow: 0 4px 10px rgba(255, 196, 54, 0.25);
    transform: translateY(-0.5px);
}
td.download-order-id {
    vertical-align: middle;
}
td.download-order-id h3 {
    margin: 0 !important;
    font-size: 1.05rem;
    color: #0b2b5e;
    font-weight: 700;
}
.woocommerce-page.woocommerce-downloads .woocommerce-info:not(.rtx) {
    display: none;
}

