.my-satta-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.my-satta-box {
    border: 2px solid;
    padding: 15px;
    margin: 15px 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.my-satta-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.read-more {
    display: inline-block;
    margin-top: 8px;
    font-weight: bold;
}


.satta-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 20px;
}

.satta-table th,
.satta-table td {
    border: 1px solid #222;
    padding: 8px;
    font-weight: bold;
}

.satta-table th {
    background: #f2b705;
}

.satta-table td {
    background: #ffd6a3;
}

.satta-table.frontend {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    text-align: center;
}

.satta-table.frontend th {
    background: #ffcc00;
    padding: 8px;
    font-weight: bold;
}

.satta-table.frontend td {
    background: #ffd6a3;
    padding: 8px;
    font-weight: bold;
}

.satta-panel-btn-wrap {
    text-align: center;
    margin-top: 20px;
}

.satta-panel-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
}

.satta-panel-btn:hover {
    background: #d00;
    color: #fff;
}

.matka-cell {
    padding: 4px;
}

.matka-box {
    display: grid;
    grid-template-columns: 20px auto 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.matka-side {
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
}

.matka-center {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

