.wc-st-order-details {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
}

.wc-st-order-details h2 {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: bold;
}

.wc-st-order-details .shop_table_responsive {
    width: 100%;
    margin-top: 10px;
}

.wc-st-order-details .shop_table_responsive th,
.wc-st-order-details .shop_table_responsive td {
    padding: 8px 12px;
    border-bottom: 1px solid #e3e3e3;
}

.wc-st-order-details .shop_table_responsive th {
    text-align: left;
    font-weight: bold;
    color: #555;
}

.wc-st-order-details .shop_table_responsive td a {
    color: #0073aa;
    text-decoration: underline;
}

.wc-st-order-details .shop_table_responsive td a:hover {
    color: #005177;
}