.angie-responsive-table-1efd5c38 {
    overflow-x: auto;
    width: 100%;
}
.angie-responsive-table-1efd5c38 table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.angie-responsive-table-1efd5c38 th,
.angie-responsive-table-1efd5c38 td {
    padding: 8px 12px; /* Reduced padding for compact look */
    text-align: left; /* Force left align on all cells */
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
}
.angie-responsive-table-1efd5c38 th {
    background-color: #f9f9f9;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.angie-responsive-table-1efd5c38 th:last-child {
    text-align: left; /* Override previous right-align */
}
.angie-responsive-table-1efd5c38 td:last-child {
    text-align: left; /* Override previous right-align */
}
.angie-responsive-table-1efd5c38 td:first-child {
    font-weight: 400;
    color: #333;
}
.angie-responsive-table-1efd5c38 td:nth-child(2) {
    font-weight: bold;
    color: #27ae60;
}
.angie-responsive-table-1efd5c38 td:nth-child(3) {
    color: #666;
}

/* Category Badges */
.angie-responsive-table-1efd5c38 .category-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.badge-burgers { background-color: #d32f2f; }
.badge-desserts { background-color: #8e44ad; }
.badge-breakfast { background-color: #f1c40f; color: #333; }
.badge-chicken { background-color: #e67e22; }

/* Main Title row */
.angie-responsive-table-1efd5c38 .table-main-title {
    background-color: #f9f9f9;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.angie-responsive-table-1efd5c38 .table-main-title-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.angie-responsive-table-1efd5c38 .table-title-text {
    flex-grow: 1;
    text-align: left;
    color: #333;
    font-size: 16px;
}

/* Footer Row */
.angie-responsive-table-1efd5c38 .table-footer {
    background-color: #f9f9f9;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
}
.angie-responsive-table-1efd5c38 .table-footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.angie-responsive-table-1efd5c38 .table-footer a {
    color: #d32f2f;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.angie-responsive-table-1efd5c38 .table-footer a:hover {
    text-decoration: underline;
}

.angie-responsive-table-1efd5c38 .cell-image {
    max-width: 50px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px;
}
.angie-download-btn-1efd5c38 {
    background-color: #e0e0e0;
    color: #333;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    transition: background-color 0.2s;
    white-space: nowrap;
}
.angie-download-btn-1efd5c38:hover {
    background-color: #d0d0d0;
}
.angie-download-btn-1efd5c38.loading {
    opacity: 0.7;
    cursor: not-allowed;
}