.simvox-product-wrapper {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background-color: #f8f8f8;
}

.simvox-product-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.simvox-order-details {
    margin-bottom: 20px;
}

.simvox-order-details h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.simvox-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.simvox-order-table th,
.simvox-order-table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.simvox-order-table th {
    background-color: #f0f0f0;
    font-weight: bold;
    width: 30%;
}

.simvox-esim-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.simvox-esim-card {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    width: calc(50% - 15px);
    box-sizing: border-box;
}

.simvox-esim-card h4 {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

@media (max-width: 768px) {
    .simvox-esim-card {
        width: 100%;
    }
}
