.itad-table-wrapper-a8f15f0f {
    width: 100%;
    margin: 0 auto;
}
.itad-title-a8f15f0f {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
}
.itad-table-a8f15f0f {
    border: 2px solid #1a3621;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.itad-row-a8f15f0f {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr;
    border-bottom: 1px solid #e2e8f0;
}
.itad-row-a8f15f0f:last-child {
    border-bottom: none;
}
.itad-head-a8f15f0f {
    background-color: #a3cc5a;
    font-weight: bold;
}
.itad-cell-a8f15f0f {
    padding: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itad-cell-a8f15f0f.first-col {
    border-right: 2px solid #1a3621;
    font-weight: 600;
}
.itad-btn-a8f15f0f {
    display: inline-block;
    padding: 12px 28px;
    background-color: #a3cc5a;
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.itad-btn-a8f15f0f:hover {
    opacity: 0.9;
    color: #000;
}
.itad-footer-a8f15f0f .itad-cell-a8f15f0f {
    padding: 30px 24px;
}
@media (max-width: 768px) {
    .itad-row-a8f15f0f {
        grid-template-columns: 1fr;
    }
    .itad-cell-a8f15f0f.first-col {
        border-right: none;
        border-bottom: 2px solid #1a3621;
        background-color: rgba(0,0,0,0.03);
    }
}