.aaw-affiliate-table-wrap {
    margin: 24px 0;
    max-width: 100%;
    overflow-x: visible;
}

.aaw-affiliate-table {
    border-collapse: collapse;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    color: #30343b;
    font-size: 15px;
    table-layout: fixed;
    width: 100%;
}

.aaw-affiliate-table th:nth-child(1),
.aaw-affiliate-table td:nth-child(1) {
    text-align: center;
    width: 9%;
}

.aaw-affiliate-table th:nth-child(2),
.aaw-affiliate-table td:nth-child(2) {
    width: 19%;
}

.aaw-affiliate-table th:nth-child(3),
.aaw-affiliate-table td:nth-child(3) {
    width: 28%;
}

.aaw-affiliate-table th:nth-child(4),
.aaw-affiliate-table td:nth-child(4) {
    width: 22%;
}

.aaw-affiliate-table th:nth-child(5),
.aaw-affiliate-table td:nth-child(5) {
    width: 22%;
}

.aaw-affiliate-table th,
.aaw-affiliate-table td {
    border-bottom: 1px solid #e9e9e9;
    padding: 22px 18px;
    text-align: left;
    vertical-align: middle;
    word-break: normal;
}

.aaw-affiliate-table th {
    background: #eeeeee;
    color: #252a32;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 22px;
    padding-top: 22px;
    text-transform: uppercase;
}

.aaw-affiliate-table tbody tr {
    background: #ffffff;
}

.aaw-affiliate-table tbody tr:nth-child(even) {
    background: #f1f1f1;
}

.aaw-affiliate-table img {
    aspect-ratio: 1;
    background: transparent;
    border: 0;
    border-radius: 2px;
    display: block;
    height: 70px;
    object-fit: contain;
    padding: 0;
    width: 92px;
}

.aaw-product-cell {
    color: #343943;
    font-weight: 800;
    line-height: 1.45;
}

.aaw-stars {
    color: #ff8a1c;
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
}

.aaw-affiliate-table-wrap {
    margin: 24px 0;
    max-width: 100%;
    overflow-x: visible;
}

.aaw-affiliate-table {
    border-collapse: collapse;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    color: #30343b;
    font-size: 15px;
    table-layout: fixed;
    width: 100%;
}

.aaw-affiliate-table th:nth-child(1),
.aaw-affiliate-table td:nth-child(1) {
    text-align: center;
    width: 9%;
}

.aaw-affiliate-table th:nth-child(2),
.aaw-affiliate-table td:nth-child(2) {
    width: 19%;
}

.aaw-affiliate-table th:nth-child(3),
.aaw-affiliate-table td:nth-child(3) {
    width: 28%;
}

.aaw-affiliate-table th:nth-child(4),
.aaw-affiliate-table td:nth-child(4) {
    width: 22%;
}

.aaw-affiliate-table th:nth-child(5),
.aaw-affiliate-table td:nth-child(5) {
    width: 22%;
}

.aaw-affiliate-table th,
.aaw-affiliate-table td {
    border-bottom: 1px solid #e9e9e9;
    padding: 22px 18px;
    text-align: left;
    vertical-align: middle;
    word-break: normal;
}

.aaw-affiliate-table th {
    background: #eeeeee;
    color: #252a32;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 22px;
    padding-top: 22px;
    text-transform: uppercase;
}

.aaw-affiliate-table tbody tr {
    background: #ffffff;
}

.aaw-affiliate-table tbody tr:nth-child(even) {
    background: #f1f1f1;
}

.aaw-affiliate-table img {
    aspect-ratio: 1;
    background: transparent;
    border: 0;
    border-radius: 2px;
    display: block;
    height: 70px;
    object-fit: contain;
    padding: 0;
    width: 92px;
}

.aaw-product-cell {
    color: #343943;
    font-weight: 800;
    line-height: 1.45;
}

.aaw-stars {
    color: #ff8a1c;
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
}

.aaw-amazon-button {
    background: #ffd36a;
	text-decoration: none !important;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    color: #242424;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    min-height: 42px;
    padding: 12px 10px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: 120px;
}

.aaw-amazon-button:hover,
.aaw-amazon-button:focus {
    background: #ffc247;
    color: #242424;
}

@media (max-width: 680px) {
    .aaw-affiliate-table,
    .aaw-affiliate-table thead,
    .aaw-affiliate-table tbody,
    .aaw-affiliate-table th,
    .aaw-affiliate-table td,
    .aaw-affiliate-table tr {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .aaw-affiliate-table {
        border: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .aaw-affiliate-table thead {
        display: none;
    }

    .aaw-affiliate-table tr {
        border: 1px solid #e4e8ef;
        border-radius: 6px;
        box-shadow: none;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .aaw-affiliate-table td {
        align-items: center;
        border-bottom: 1px solid #edf1f6;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        min-height: 54px;
        padding: 10px 12px;
    }

    .aaw-affiliate-table td::before {
        color: #65748b;
        content: attr(data-label);
        flex: 0 0 78px;
        font-size: 13px;
        font-weight: 700;
    }

    .aaw-affiliate-table img {
        height: 62px;
        width: 84px;
    }

    .aaw-product-cell {
        font-size: 18px;
        line-height: 1.35;
    }

    .aaw-stars {
        font-size: 25px;
    }

    .aaw-amazon-button {
        font-size: 12px;
        min-width: 0;
        padding: 13px 12px;
        white-space: normal;
    }
}

@media (max-width: 420px) {
    .aaw-affiliate-table td::before {
        flex-basis: 68px;
    }

    .aaw-product-cell {
        font-size: 16px;
    }

    .aaw-stars {
        font-size: 22px;
    }

   .aaw-amazon-button {
    font-size: 12px;
    padding: 13px 12px;
}
	
}

.aaw-amazon-button:hover,
.aaw-amazon-button:focus {
    background: #ffc247;
    color: #242424;
}

@media (max-width: 680px) {
    .aaw-affiliate-table,
    .aaw-affiliate-table thead,
    .aaw-affiliate-table tbody,
    .aaw-affiliate-table th,
    .aaw-affiliate-table td,
    .aaw-affiliate-table tr {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .aaw-affiliate-table {
        border: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .aaw-affiliate-table thead {
        display: none;
    }

    .aaw-affiliate-table tr {
        border: 1px solid #e4e8ef;
        border-radius: 6px;
        box-shadow: none;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .aaw-affiliate-table td {
        align-items: center;
        border-bottom: 1px solid #edf1f6;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        min-height: 54px;
        padding: 10px 12px;
    }

    .aaw-affiliate-table td::before {
        color: #65748b;
        content: attr(data-label);
        flex: 0 0 78px;
        font-size: 13px;
        font-weight: 700;
    }

    .aaw-affiliate-table img {
        height: 62px;
        width: 84px;
    }

    .aaw-product-cell {
        font-size: 18px;
        line-height: 1.35;
    }

    .aaw-stars {
        font-size: 25px;
    }

    .aaw-amazon-button {
        font-size: 12px;
        min-width: 0;
        padding: 12px 10px;
        white-space: normal;
    }
}

@media (max-width: 420px) {
    .aaw-affiliate-table td::before {
        flex-basis: 68px;
    }

    .aaw-product-cell {
        font-size: 16px;
    }

    .aaw-stars {
        font-size: 22px;
    }

   .aaw-amazon-button {
    font-size: 12px;
    padding: 12px 10px;
}
	
}