.th-product-excerpt,
.thunk-product-wrap .thunk-product-content .os-product-excerpt{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-bottom: 12px;
  text-align: center;
}
.slide-content-wrap {
    box-shadow: 0 0 15px #eee;
}
.th-product-excerpt ul, .thunk-product-wrap .thunk-product-content .os-product-excerpt ul{
list-style-type:none!important;
}
/* Make site full width */
.container, 
.site-content, 
#content, 
.wrap, 
.main-content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 15 !important;
  padding-right: 15 !important;
  margin: 15 auto !important;
}
/* Azania IT Auctions Page Styles */

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #f7f7f7;
  color: #222;
}

/* WIDER AUCTION WRAPPER */
.auction-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
  background: #fff;
}

/* Make tables (auction listing) stretch full width */
.auction-page table {
  width: 100%;
  border-collapse: collapse;
}

/* Headings */
.auction-page h1 {
  font-size: 2rem;
  margin: 0 0 0.25rem;
}

.auction-page h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

h3 {
  margin-top: 1.25rem;
  font-size: 1.1rem;
}

ul {
  padding-left: 1.5rem;
  margin-top: 0.25rem;
}

/* Hero / welcome */
.hero {
  border-left: 4px solid #16a34a;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

/* Sections */
.section {
  margin-bottom: 2rem;
}

/* Tiers grid */
.tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 1rem;
}

.tier-card {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 1rem;
  background: #fafafa;
}

.tier-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #16a34a;
  margin-bottom: 0.25rem;
}

/* Buttons (incl. WhatsApp) */
.btn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
}

.btn-primary {
  background: #16a34a;
  color: #fff;
}

.btn-primary:hover {
  opacity: 0.9;
}

/* Misc text styles */
.notice {
  font-size: 0.9rem;
  color: #555;
}

.rules-list li {
  margin-bottom: 0.35rem;
}

.small {
  font-size: 0.85rem;
  color: #666;
}

.muted {
  color: #666;
}

.highlight {
  font-weight: 600;
  color: #16a34a;
}
/* Patch-Auctions-Title-01: tidy Auctions page layout */

/* 1. Hide the duplicate page title ("Auctions") on this page only */
body.page-id-8783 h1.entry-title {
  display: none;
}

/* 2. Reduce top padding so content sits higher */
body.page-id-8783.auction-page {
  padding-top: 1.5rem;
}	
/* Azania IT - Auctions Menu Button */
.az-menu-btn > a {
    background-color: #16a34a; /* Azania IT green */
    color: #ffffff !important;
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.25s ease-in-out;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.az-menu-btn > a:hover {
    background-color: #13903f; 
    box-shadow: 0 6px 15px rgba(0,0,0,0.18);
    transform: translateY(-2px);
}
