﻿/*
Theme Name: 51EA SoftSale
Theme URI: https://51ea.local/
Author: 51EA
Description: WordPress theme shell for the 51EA software resource and service site.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: softsale
*/

.wp-main {
    min-height: 56vh;
}

.wp-content {
    max-width: 1180px;
}

.wp-content .panel {
    margin-bottom: 22px;
}

.entry-content > * + * {
    margin-top: 16px;
}

.woocommerce .products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
    padding: 0;
}

.woocommerce .products li.product {
    list-style: none;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
    padding: 18px;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button {
    background: #f97316;
    color: #fff;
    border-radius: 999px;
    border: 0;
    padding: 12px 18px;
    font-weight: 700;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .button:hover {
    background: #ea580c;
    color: #fff;
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce .woocommerce-MyAccount-navigation {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    padding: 18px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation li {
    list-style: none;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.woocommerce .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 12px 4px;
    color: #0f172a;
    font-weight: 700;
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
    border: 1px solid rgba(15, 23, 42, .18);
    border-radius: 10px;
    padding: 10px 12px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 14px;
}

@media (max-width: 760px) {
    .woocommerce table.shop_table {
        display: block;
        overflow-x: auto;
    }
}

