.esim-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 20px;
    transition: 0.3s;
}

.esim-card:hover {
    transform: translateY(-5px);
}

.esim-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    color: #555;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: bold;
}

.flag-icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.product-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.price {
    font-size: 16px;
    font-weight: bold;
    color: green;
}

.btn-view {
    color: #81c408;
    text-decoration: none;
    font-weight: bold;
}

.network-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    background: #eee;
    padding: 3px 6px;
    border-radius: 5px;
}
