/* === SKS Business Mart Section === */
.sks-bmart-section {
    background: #f9f9f7;
}

.sks-bmart-badge {
    display: inline-block;
    background: #c9a227;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.sks-bmart-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1f4d3a;
    margin-bottom: 10px;
}

.sks-bmart-desc {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    max-width: 720px;
    margin-bottom: 2rem;
}

.sks-bmart-stat {
    background: #fff;
    border: 1px solid #e0e0d8;
    border-radius: 10px;
    padding: 18px 10px;
}

.sks-bmart-stat-num {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1f4d3a;
}

.sks-bmart-stat-lbl {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

.sks-bmart-card {
    border: 1px solid #e0e0d8;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.sks-bmart-card-head {
    background: #1f4d3a;
    color: #fff;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.sks-bmart-card-head i {
    color: #c9a227;
    margin-right: 8px;
}

.sks-bmart-addr {
    background: #f4f4ef;
    padding: 10px 20px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #e0e0d8;
}

.sks-bmart-addr i {
    color: #1f4d3a;
}

.sks-bmart-table {
    border-collapse: collapse;
}

.sks-bmart-table tr {
    border-bottom: 1px solid #f0efe8;
}

.sks-bmart-table tr:last-child {
    border-bottom: none;
}

.sks-bmart-table td {
    padding: 12px 20px;
    font-size: 14.5px;
    color: #444;
    vertical-align: middle;
}

.sks-bmart-table td:first-child {
    color: #777;
}

.sks-bmart-mapbtn {
    display: inline-flex;
    align-items: center;
    background: #c9a227;
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.sks-bmart-mapbtn:hover {
    background: #1f4d3a;
    color: #fff;
}